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
Allow configuration for the sql code completion.
If one need keywords in lowercase and table and field names in uppercase in Windows, a configuration is necessary.
Examples:
select FIELD from TABLE where FIELD = value;
alter TABLE add FIELD datatype;
The text was updated successfully, but these errors were encountered:
Allow configuration for the sql code completion.
If one need keywords in lowercase and table and field names in uppercase in Windows, a configuration is necessary.
Examples:
select FIELD from TABLE where FIELD = value;
alter TABLE add FIELD datatype;
The text was updated successfully, but these errors were encountered: