We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for a great module! Are there any plans to support OData 4.01 parsing? Or has anyone already done or tried this?
It looks like this module is using: odata-v4.abnf However, my understanding is the latest is 4.01: https://docs.oasis-open.org/odata/odata/v4.01/
e.g. The new filter comparison operator "in" does not parse. $filter=Address/City in ('Redmond', 'London')
Example from OData documentation here: http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BuiltinFilterOperations
What’s New in OData Version 4.01 https://docs.oasis-open.org/odata/new-in-odata/v4.01/new-in-odata-v4.01.html
The text was updated successfully, but these errors were encountered:
Jaystack is kind of dead...
Sorry, something went wrong.
I came across with similar issue and thought of creating my own NPM Package. Please give it a try
https://www.npmjs.com/package/@slackbyte/odata-sql-connect https://www.npmjs.com/package/@slackbyte/odata-query-parser
No branches or pull requests
Thanks for a great module! Are there any plans to support OData 4.01 parsing? Or has anyone already done or tried this?
It looks like this module is using: odata-v4.abnf
However, my understanding is the latest is 4.01: https://docs.oasis-open.org/odata/odata/v4.01/
e.g. The new filter comparison operator "in" does not parse.
$filter=Address/City in ('Redmond', 'London')
Example from OData documentation here:
http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BuiltinFilterOperations
What’s New in OData Version 4.01
https://docs.oasis-open.org/odata/new-in-odata/v4.01/new-in-odata-v4.01.html
The text was updated successfully, but these errors were encountered: