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: support spatial functions of MySQL 8+ #4794

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

jeiea
Copy link
Contributor

@jeiea jeiea commented Sep 22, 2019

  • Add legacySpatialSupport option for replacing
    dropped functions to new ones

  • Use srid column option like PostgreSQL

Implemented the OP's suggestion naively.
Close #3702

@pleerock
Copy link
Member

Can you please fix conflicts? thanks :)

* add `legacySpatialSupport` option for replacing
  dropped functions to new ones

* use srid column option like PostgreSQL

Close typeorm#3702
@jeiea
Copy link
Contributor Author

jeiea commented Oct 24, 2019

Fixed. Thanks for the reply.

@jeiea
Copy link
Contributor Author

jeiea commented Nov 13, 2019

Please let me know if any consideration or elaboration is needed.

@pleerock pleerock merged commit 231dadf into typeorm:master Nov 22, 2019
@pleerock
Copy link
Member

Sorry for waiting and thanks for your great efforts!

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 Type Support : GeomFromText function is not supported
2 participants