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

postgis types are a bit too generic #1112

Open
pontaoski opened this issue Aug 10, 2024 · 0 comments
Open

postgis types are a bit too generic #1112

pontaoski opened this issue Aug 10, 2024 · 0 comments

Comments

@pontaoski
Copy link

It's slightly awkward having the 3D and 4D geometry types share the same type as the 2D geometry types; as:

  • there's no codec-level type safety like there is for other postgres types
  • you have to add extra assertions or transform the codec type into your own type, something which you don't have to do for other primitive postgres types
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

No branches or pull requests

1 participant