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

[BUG] bulk copy has lost support for spatial columns (geometry/geography) #960

Open
ravenAtSafe opened this issue Feb 12, 2019 · 5 comments
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.

Comments

@ravenAtSafe
Copy link

Support for spatial columns was added (for us, thank you!) in #533

Sadly it appears that when #655 was fixed (also for us - I have regrets) by #657 it killed the Bulk Copy support for spatial columns (we believe because VARBINARY columns are supported by Bulk Copy but spatial columns are not).

Creating repro sample code will take at least a little effort; I'll hold off on that until you say you need it. Hopefully it's pretty straightforward!

@ravenAtSafe ravenAtSafe added the Bug A bug in the driver. A high priority item that one can expect to be addressed quickly. label Feb 12, 2019
@peterbae peterbae self-assigned this Feb 12, 2019
@peterbae
Copy link
Contributor

Hi @ravenAtSafe, thanks for reporting this issue. The team is aware that geometry/geography datatypes are currently not supported for bulk copy. We will investigate if we can support this feature again without breaking the existing functionalities and let you know.

@ravenAtSafe
Copy link
Author

Thanks @peterbae; we will stick with the preview driver for now.

@cheenamalhotra cheenamalhotra added Enhancement An enhancement to the driver. Lower priority than bugs. and removed Bug A bug in the driver. A high priority item that one can expect to be addressed quickly. labels Apr 9, 2019
@cheenamalhotra cheenamalhotra removed their assignment Jul 19, 2019
@karan-shell
Copy link

Is there any scope for this enhancement in the near future?

@ravenAtSafe
Copy link
Author

For what it's worth we ultimately upgraded to the latest driver and were able to convince bulk copy to handle geometry with only minimal tweaks - it looks like we just claim we are working with VARBINARY and all is well.

@lilgreenbird
Copy link
Contributor

@karan-shell this enhancement is in our backlog it will be considered along with other bugs and features when we plan for the next semester. We take into consideration the severity of the bug and community demand for the feature when we do the triage so please upvote anything that you would like to see added to the driver.

Thanks

@github-project-automation github-project-automation bot moved this to To be triaged in MSSQL JDBC Aug 28, 2024
@Jeffery-Wasty Jeffery-Wasty moved this from To be triaged to Backlog in MSSQL JDBC Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.
Projects
Status: Backlog
Development

No branches or pull requests

5 participants