coresql / sql-query-identifier

A SQL query identifier (e.g. INSERT, SELECT, CREATE TABLE, and etc.)
https://sqlectron.github.io/sql-query-identifier/
MIT License
33 stars 10 forks source link

Add SHOW statements for generic/mysql to parser #68

Closed wmontgomery closed 1 year ago

wmontgomery commented 1 year ago

for #67

rathboma commented 1 year ago

@MasterOdin these blocking changes, or can be merged?

rathboma commented 1 year ago

@wmontgomery if we're adding show support can we add all of them?

https://dev.mysql.com/doc/refman/8.0/en/show.html

Let's include this URL in a comment too

MasterOdin commented 1 year ago

Sorry for the delay here. It finally snowed in VT, and I've spent most of the last number of days either skiing, working my regular job, or being dead tired and sleeping. I hope to get to this at some point this week.

rathboma commented 1 year ago

@MasterOdin lgtm

rathboma commented 1 year ago

If you want to change to 'LISTING' once merged, that's fine by me

MasterOdin commented 1 year ago

Thanks for the contribution @wmontgomery!