Skip to content

parsing SRID syntax needs to be supported for geometry types #3229

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

Closed
jennifersp opened this issue Apr 14, 2022 · 2 comments
Closed

parsing SRID syntax needs to be supported for geometry types #3229

jennifersp opened this issue Apr 14, 2022 · 2 comments
Assignees
Labels
dumps Deals with dumping to and from mysql spatial types

Comments

@jennifersp
Copy link
Contributor

CREATE TABLE `address` (
  `address_id` smallint unsigned NOT NULL AUTO_INCREMENT,
  `location` geometry NOT NULL /*!80003 SRID 0 */,
  PRIMARY KEY (`address_id`),
);
@jennifersp jennifersp added the dumps Deals with dumping to and from mysql label Apr 14, 2022
@fulghum
Copy link
Contributor

fulghum commented May 12, 2022

Supporting the syntax for SRID and only accepting SRID 0 for now (the default SRID) would be a great place to start.

@jennifersp
Copy link
Contributor Author

duplicate issue, #3425

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dumps Deals with dumping to and from mysql spatial types
Projects
None yet
Development

No branches or pull requests

2 participants