-
Notifications
You must be signed in to change notification settings - Fork 428
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
Make Ms Jdbc driver more spring friendly - dev #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing change
Thank you for your contribution! |
@v-afrafi If I understood correctly you want me to rename the sqlType property I added to SQLServerDataTable. In the setStructured api from SQLServerPreparedStatement the parameter is named tvpName. Would that name be ok? |
sounds good, thanks! |
Renamed sqlType to tvpName as requested. |
Fix test failures
This is in relation to issue: https://connect.microsoft.com/SQLServer/Feedback/Details/3100563
It would greatly simplify Tvp usage in the Spring environment.
Per you request the pull request is made from the dev branch.