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
In both sqlectron and beekeeper-studio, it looks like we pretty universally use sql-query-identifier with strict: false. I propose just making that the default as it's probably the better behavior than throwing an exception in the context of analyzing it before running it, especially given that this library does not implement a true AST for the supported dialects. Can put this in v3 which would contain the breaking change discussed in #33 (comment).
In both sqlectron and beekeeper-studio, it looks like we pretty universally use sql-query-identifier with
strict: false
. I propose just making that the default as it's probably the better behavior than throwing an exception in the context of analyzing it before running it, especially given that this library does not implement a true AST for the supported dialects. Can put this in v3 which would contain the breaking change discussed in #33 (comment).Thoughts @rathboma?
The text was updated successfully, but these errors were encountered: