Nested transaction savepoints are broken in SQL Server #34233
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
type: regression
A bug that is also a regression
Milestone
Similar to #33987 , with the update to Spring boot 3.4 nested transactions are also broken in SQL Server. Annoyingly SQL Server JDBC throws a
com.microsoft.sqlserver.jdbc.SQLServerException
rather thanjava.sql.SQLFeatureNotSupportedException
so this isn't handled by the fix that went in for Oracle.The text was updated successfully, but these errors were encountered: