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
Add COMMENT keyword for SQL COMMENT COLUMN clauses
Rename the special COMMENT token (for line comments like -- and /* */)
to LINE_COMMENT to avoid collision with the COMMENT SQL keyword needed
for ALTER TABLE COMMENT COLUMN and similar statements.
0 commit comments