eclipse-dirigible/dirigible

OData queries which are used don't use SQL dialect

iliyan-velichkov opened this issue · 0 comments

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.