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
There is a need to prevent reserved syntax keywords from being used as object names, (such has date, values, table...)
Atlas plan succeeds because these names are enclosed but in daily life DB users sometimes are getting errors when they refer to them in queries with the need to enclosed them with ` " []
It would be nice to have a built-in lint check for that to prevent it from these names to be created in the first place.