-
Notifications
You must be signed in to change notification settings - Fork 16
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
Geometry type comparison bug #734
Comments
In some cases we need to combine values from different sources with different data types, for a If both columns have a some subtype of If only one of them has declared SRID behavior of H2 is inconsistent and depends on geometry type and dimension system constraints due to buggy implementation. If this implementation decided that they are comparable anyway, it produces a geometry data type with a SRID constraint as resulting type. But source expression without a SRID constraint may have values with different SRID, so a data conversion error is possible during query execution. To resolve this problem we need to determine the expected behavior.
|
Hi @katzyn ,
note that this test works if we set only the GEOMETRY signature on geotable_area
About your question GEOMETRY(type) UNION GEOMETRY(type, SRID) should produce a GEOMETRY(type) or GEOMETRY(type, SRID)? Best |
Since the last H2 database version 2.1.212 a new bug appears in the GeoClimate chain
Currently, I'm not able to isolate this bug and find a way to reproduce it with a test
The text was updated successfully, but these errors were encountered: