You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@david-terk I was able to reproduce the exception and this seems to be a knownproblem with the mssql-jdbc driver and column order (differs between create and insert statement).
This has been fixed now and running tests (with your above specs) using at least version 12.3.0.jre8-preview resolved the exception on my end.
Please consider updating your SQL Server driver dependency and checking that it works for you too.
Batch insertion will not work if flag
useBulkCopyForBatchInsert=true
is set on SQL Server.Transaction will fail with message that column cannot be null. Set
useBulkCopyForBatchInsert=false
and repeat. There will be no issue.The text was updated successfully, but these errors were encountered: