You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The zero prefix octal is not a good design which is so easy to lead to ambiguous. For example the mysql don't follow this syntax.So I plan to change this to `0o' prefix instead.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The zero prefix octal is not a good design which is so easy to lead to ambiguous. For example the mysql don't follow this syntax.So I plan to change this to `0o' prefix instead.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: