vesoft-inc/nebula
Ver no GitHubWhen creating user, the username can‘t be a string in double quotes, that's different with password
Open
#2.986 aberto em 30 de set. de 2021
communitygood first issuepriority/low-pritype/enhancement
Métricas do repositório
- Stars
- (9.828 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
now
create user test2 with password "12"
suggest
create user "test1" with password "12"