regarding the
there is a PR related to this issue ( https://github.com/hibernate/hibernate-orm/pull/3105 ), you can try to verify if it solves the problem
I am finding the removing the column issue with SQLServer2012Dialect quite difficult. SQL Server requires an Identity column to be omitted from the insert, not just NULL / DEFAULT. |