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

Error scripting column geometry. SQL data type geometry is not supported. #211

Closed
GordonData opened this issue Oct 13, 2022 · 1 comment · Fixed by #217
Closed

Error scripting column geometry. SQL data type geometry is not supported. #211

GordonData opened this issue Oct 13, 2022 · 1 comment · Fixed by #217

Comments

@GordonData
Copy link

Error scripting column geometry. SQL data type geometry is not supported.

@keith-hall
Copy link
Contributor

keith-hall commented Sep 29, 2023

Each datatype needs specific handling to ensure it scripts the column correctly. geometry needs to be added to the list in

.

Some sample database schema working with geometry columns:
https://learn.microsoft.com/en-us/sql/t-sql/spatial-geometry/spatial-types-geometry-transact-sql?view=sql-server-ver16#a-showing-how-to-add-and-query-geometry-data

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 a pull request may close this issue.

2 participants