Skip to content

Commit 84fd838

Browse files
authored
docs(rdb): clarify maximum length for username (#56)
1 parent 9c9eaef commit 84fd838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/rdb/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ class User:
14361436

14371437
name: str
14381438
"""
1439-
Name of the user (Length must be between 1 and 63 characters, First character must be an alphabet character (a-zA-Z), Your Username cannot start with '_rdb', Only a-zA-Z0-9_$- characters are accepted)
1439+
Name of the user (Length must be between 1 and 63 characters, The max Length is 32 for MySQL engines, First character must be an alphabet character (a-zA-Z), Your Username cannot start with '_rdb', Only a-zA-Z0-9_$- characters are accepted)
14401440
"""
14411441

14421442
is_admin: bool

scaleway/scaleway/rdb/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ class User:
14361436

14371437
name: str
14381438
"""
1439-
Name of the user (Length must be between 1 and 63 characters, First character must be an alphabet character (a-zA-Z), Your Username cannot start with '_rdb', Only a-zA-Z0-9_$- characters are accepted)
1439+
Name of the user (Length must be between 1 and 63 characters, The max Length is 32 for MySQL engines, First character must be an alphabet character (a-zA-Z), Your Username cannot start with '_rdb', Only a-zA-Z0-9_$- characters are accepted)
14401440
"""
14411441

14421442
is_admin: bool

0 commit comments

Comments
 (0)