NoopOptimizer skips negative values and 0 when it has a positive incrementSize
Description
When NoopOptimizer has a positive incrementSize and the underlying sequence returns a value < 1, Hibernate will cycle through sequence values until the sequence returns 1.
This needs to be documented on the migration page.
When NoopOptimizer has a positive incrementSize and the underlying sequence returns a value < 1, Hibernate will cycle through sequence values until the sequence returns 1.
This needs to be documented on the migration page.