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

Distinguish spatial queries for MariaDB and Postgres and enhance geospatial support for MariaDB. #2036

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

T-Hellmund
Copy link
Contributor

Distinguish spatial queries for MariaDB and Postgres as the specific geometric functions differ for the database implementations. The ExpressionHandler class contains the functions similar for all database dialects. Specific differences in the dialects are implemented in PgExpressionHandler and MariaDbExpressionHandler.

…geometric functions differ. The ExpressionHandler class contains the functions similar for all database dialects. Specific differences in the dialects are implemented in PgExpressionHandler and MariaDbExpressionHandler.
@T-Hellmund T-Hellmund marked this pull request as ready for review October 10, 2024 06:15
@hylkevds hylkevds merged commit 50e3e4e into FraunhoferIOSB:v2.x Oct 10, 2024
2 checks passed
hylkevds pushed a commit that referenced this pull request Oct 10, 2024
…geometric functions differ. The ExpressionHandler class contains the functions similar for all database dialects. Specific differences in the dialects are implemented in PgExpressionHandler and MariaDbExpressionHandler. (#2036)
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

Successfully merging this pull request may close these issues.

2 participants