-
Notifications
You must be signed in to change notification settings - Fork 439
Open
Labels
EnhancementAn enhancement to the driver. Lower priority than bugs.An enhancement to the driver. Lower priority than bugs.
Description
I need support for getGeneratedKeys() on executeBatch() defined according to the JDBC spec. Our code is shared with other JDBC drivers, and we found our code is not working with MS-SQL Server JDBC.
I try to work around with replacing executeBatch() with executeUpdate(), but I am afraid this will lead to overhead to MS-SQL server. I need to implement getGeneratedKey() after executeBatch() is called with rollback compatibility.
If you have a workaround with my use case, that would be great!
Thank you,
Ji Sun
Ryaryu, matthieu-labas, tangmingze7280 and cobudding
Metadata
Metadata
Assignees
Labels
EnhancementAn enhancement to the driver. Lower priority than bugs.An enhancement to the driver. Lower priority than bugs.
Type
Projects
Status
Backlog