You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement 32 says that the geometry types in a geometry column must correspond to the geometry type specified. However, the ATS says to test using ST_GeometryType and GPKG_IsAssignable, functions that are not actually available in the base spec.
Requirement 33 suffers from a similar problem, requiring ST_SRID.
Should we discard the requirements, the tests, or both? Can you think of a straightforward way to test this?
The text was updated successfully, but these errors were encountered:
jyutzler
changed the title
Requirement 32 might not be testable
Requirements 32/33 might not be testable
Feb 10, 2017
Uh oh!
There was an error while loading. Please reload this page.
Requirement 32 says that the geometry types in a geometry column must correspond to the geometry type specified. However, the ATS says to test using ST_GeometryType and GPKG_IsAssignable, functions that are not actually available in the base spec.
Requirement 33 suffers from a similar problem, requiring ST_SRID.
Should we discard the requirements, the tests, or both? Can you think of a straightforward way to test this?
The text was updated successfully, but these errors were encountered: