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
By the way, hello! And great library. I've used it to build a parser of an open data API called SODA2, which is basically SQL in querystring format. There were only a few, very minor things that didn't work. Of the 5 things, 2 of them may make sense for node-sqlparser to support (as I think they're part of regular SQL) so I've posted them as issues. I also submitted a pull request to upgrade a few of your tests. Thanks!
node-sqlparser does parse
FREETEXT(foo, 'bar')
but it does not parseFREETEXT(*, 'bar')
(with the wildcard)(ref timwis/node-soda2-parser#1)
The text was updated successfully, but these errors were encountered: