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
When a user attempts to create a table with an invalid name (table names must be alphanumeric) the error thrown does not give information as to what the user is doing wrong.
Thanks @seankane-msft - good catch - that is definitely an unfortunate error.... @LibbaLawrence - we may need to do some kind of regex on the table name before calling create.
This is what we were discussing this morning when I mentioned removing client-side validation to see how the service responds. In this case the service is raising a particularly unhelpful error - so client-side validation is probably a good idea.
When a user attempts to create a table with an invalid name (table names must be alphanumeric) the error thrown does not give information as to what the user is doing wrong.
The text was updated successfully, but these errors were encountered: