zshamrock / dynosql

Run SQL queries against DynamoDB
GNU General Public License v3.0
3 stars 0 forks source link

Try Oracle SQL grammar #5

Closed zshamrock closed 6 years ago

zshamrock commented 6 years ago

https://github.com/antlr/grammars-v4/tree/master/plsql

With the SQLite grammar there are difficulties of properly (or at least not obvious) detecting the values in the WHERE condition.

Worth to check whether using the grammar above will make it easier.