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
support timezone phrase as datatype not as a keyword (#896)
Fixed SQL formatting for timezone data types like `TIMESTAMP WITH TIME
ZONE` - these were incorrectly treated as keywords instead of data
types, so `dataTypeCase: 'lower'` settings now work correctly for
timestamp phrases.
0 commit comments