This is a bug in some versions of the Oracle driver, AFAIK.
Expedito Reinaldo da Silva Júnior wrote:
Hi,
I have a class with a java.util.Date attribute; It's associated column in
the database is a oracle 'timestamp' column (Timestamp columns support
milliseconds). When i save my object, the mill
Hi,
I have a class with a java.util.Date attribute; It's associated column in
the database is a oracle 'timestamp' column (Timestamp columns support
milliseconds). When i save my object, the millisecond field of my attribute
is always zero. Does anyone had a similar problem??? I tried to change th