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
In dbms like MySQL, user is allowed to use non-ASCII letters in table names, e.g.
`hühnervögel`
`你好`
`😊😊😊`
Now we use those names in our storage paths, keys in meta, thus limited the characters we could use. We might need to discuss whether those characters are allowed in table names.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In dbms like MySQL, user is allowed to use non-ASCII letters in table names, e.g.
Now we use those names in our storage paths, keys in meta, thus limited the characters we could use. We might need to discuss whether those characters are allowed in table names.
Beta Was this translation helpful? Give feedback.
All reactions