Skip to content
New issue

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

Support for OData 4.01 Parsing #21

Open
matthew-valenti opened this issue Jan 8, 2020 · 2 comments
Open

Support for OData 4.01 Parsing #21

matthew-valenti opened this issue Jan 8, 2020 · 2 comments

Comments

@matthew-valenti
Copy link

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

@Uzlopak
Copy link

Uzlopak commented Nov 30, 2020

Jaystack is kind of dead...

@udaysingh236
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants