hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-17576 inappropriate use of getDefaultTimestampPrecision() as default precision

Open gavinking opened this issue 1 year ago • 2 comments

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

gavinking avatar Dec 18 '23 20:12 gavinking

Incorporating the spirit of this work into my https://github.com/hibernate/hibernate-orm/pull/7638 PR

sebersole avatar Dec 21 '23 15:12 sebersole

Actually, I'm not :)

These changes cause "real" test failures

sebersole avatar Dec 21 '23 18:12 sebersole