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

Table-Valued parameters for SQL server #25

Open
dmitrijsc opened this issue Apr 5, 2017 · 2 comments
Open

Table-Valued parameters for SQL server #25

dmitrijsc opened this issue Apr 5, 2017 · 2 comments

Comments

@dmitrijsc
Copy link

Hi guys

Any plans to implement TVP for SQL server to support bulk load?

https://docs.microsoft.com/en-us/sql/connect/jdbc/using-table-valued-parameters#table-valued-parameter-api-for-the-jdbc-driver

@aviks
Copy link
Member

aviks commented Apr 12, 2017

I hadn't seen this functionality before, doesn't seem like a standard JDBC facility, seems specific to SQL server. Which is not to say it can't be supported, just that it will take some investigation, and I can't promise when I'll be able to get to that.

For the moment, it might be possible to get to that via direct JavaCall invocations.

@dmitrijsc
Copy link
Author

You are correct. It is specific to SQL server. Hope you will find a time to look into it :)

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

No branches or pull requests

2 participants