On 10 Feb 2005 11:35, stefano arosio wrote:
>A table column of 'date' datatype in oracle 8.1.7 don't store millisec.
>So I think that timestamps can't be used with this db.
>Update in the same second brings an error.
>I'm rigth?
>thanx
Close. This is a bug in the 2.x version of hibernate that it
seems will never be fixed. Hibernate 2.x maps "timestamp" to
"date" in oracle, so you only get day resolution for date,
timestamp, and even time (!).
See the bug database for more info:
http://opensource.atlassian.com/projects/hibernate/browse/HB-1049 |