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

OData queries which are used don't use SQL dialect #4216

Open
iliyan-velichkov opened this issue Aug 12, 2024 · 0 comments
Open

OData queries which are used don't use SQL dialect #4216

iliyan-velichkov opened this issue Aug 12, 2024 · 0 comments

Comments

@iliyan-velichkov
Copy link
Contributor

OData queries which are used don't use SQL dialect. They use hardcoded escaping symbols and this way they are not able to use with all supported DB dialects.
Consider to refactor the related code (for example the code in package https://github.com/eclipse/dirigible/tree/master/modules/odata/odata-core/src/main/java/org/eclipse/dirigible/engine/odata2/sql/builder) to use ISqlDialect.

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

1 participant