vesoft-inc/nebula
Vedi su GitHubWhen creating user, the username can‘t be a string in double quotes, that's different with password
Open
#2986 aperta il 30 set 2021
communitygood first issuepriority/low-pritype/enhancement
Metriche repository
- Star
- (9828 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
now
create user test2 with password "12"
suggest
create user "test1" with password "12"