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

feat(mysql): add GEOMETRY support #3069

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mirromutth
Copy link

@mirromutth mirromutth commented Feb 21, 2024

Resolve #2735
Also may help to resolve issue in #166

Allows users enable geometry feature to use type geo_types::Geometry<f64> for GEOMETRY fields in MySQL.

Use ColumnType::Blob due to MySQL does not allow to execute prepared statement with a ColumnType::Geometry parameter, or am I missing something?

Based on geozero provided by georust

@heksesang
Copy link

Any plans to merge this soon?

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.

MySQL Spatial Data Types
3 participants