|
Hi, i found this problem too, but it only happens when: -IDENTITY is the generation strategy. -order_inserts is set to true. Whenever order_inserts is set to false, or the strategy is for example SEQUENCE, it shall not be reproduceable (in my case, when we changed from a PostgreSQL DB to a MS SQLServer with GenerationType.AUTO) I hope it helps to solve the issue. Thx!
|