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
closing this as not planned. but happy to accept a well tested + thought out PR. we can continue to the discussion of implementation here or in slack if you're interested
Seems that support for SHOW commands is very basic - i.e. command is interpreted as text.
I need to support https://docs.snowflake.com/en/sql-reference/sql/show-primary-keys and to be more exact: to be able to exact Table Identifier from statements like this:
For now I'm using this ugly patch that I based on similar functionality of mysql dialect:
Of course this is a hack, and probably breaks parsing of other SHOW commands.
P.S. ❤️ this library, I would hate having writing parsing of SQL-like things on my own
The text was updated successfully, but these errors were encountered: