mattbishop / sql-jsonpath-js

JS implementation of the SQL/JSONPath dialect, from SQL2016.
MIT License
0 stars 0 forks source link

Only one `?` is allowed in a statement #4

Closed mattbishop closed 2 years ago

mattbishop commented 2 years ago

SQL JSONPath standard only allows a single ? statement/predicate separator. Postgres allows multiple, but the spec does not.

mattbishop commented 2 years ago

Actually, the spec does allow for more than one predicate statement.