hibernate-orm
hibernate-orm copied to clipboard
HHH-17576 inappropriate use of getDefaultTimestampPrecision() as default precision
The default precision returned by getDefaultTimestampPrecision() is only appropriate for timestamps (hence the name) and should not be used for dates or plain times.
https://hibernate.atlassian.net/browse/HHH-17576
Incorporating the spirit of this work into my https://github.com/hibernate/hibernate-orm/pull/7638 PR
Actually, I'm not :)
These changes cause "real" test failures