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
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.
ISqlDialect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: