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

Unsupported Type Geometry #709

Closed
nixpulvis opened this issue Sep 26, 2020 · 2 comments
Closed

Unsupported Type Geometry #709

nixpulvis opened this issue Sep 26, 2020 · 2 comments

Comments

@nixpulvis
Copy link

nixpulvis commented Sep 26, 2020

I was hoping to use this database adapter instead of https://github.com/sfackler/rust-postgres + https://github.com/andelf/rust-postgis for the compile time SQL string checking, however it seems the geometry type is unsupported.

error: unsupported type geometry of column #2 ("origin")

Are these extensions to be implemented inside this crate? Or is there a built in way to extend sqlx that I'm not aware of?

@blackwolf12333
Copy link
Contributor

blackwolf12333 commented Sep 27, 2020

As far as I'm aware such extensions are built inside the crate, sqlx-core specifically. I think there are plans to allow building them outside the crate at some point, but that is a longer term plan afaik.

@abonander
Copy link
Collaborator

Duplicate of #166

@abonander abonander marked this as a duplicate of #166 Oct 17, 2020
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

3 participants