microsoft / mssql-jdbc

The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity with SQL Server through the standard JDBC application program interfaces (APIs).
MIT License
1.05k stars 425 forks source link

Make Ms Jdbc driver more spring friendly #3

Closed gstojsic closed 7 years ago

gstojsic commented 7 years ago

This is in relation to issue: https://connect.microsoft.com/SQLServer/Feedback/Details/3100563 It would greatly simplify Tvp usage in the Spring environment.

AfsanehR-zz commented 7 years ago

@gstojsic Thank you for your feedback. Could you create a pull request to the dev branch we have created?

gstojsic commented 7 years ago

Hi. I have created the new pull request, this time from the dev branch (https://github.com/Microsoft/mssql-jdbc/pull/9).