|
Oracle's DATE datatype does NOT support milliseconds whereas java.sql.Timestamp DOES! see: excerpt: "...One of the main problems with the DATE datatype was its' inability to be granular enough to determine which event might have happened first in relation to another event. Oracle has expanded on the DATE datatype and has given us the TIMESTAMP datatype which stores all the information that the DATE datatype stores, but also includes fractional seconds..." Bug was not fixed in release >=2.1.3 Was declared fixed, but isn't. CVS COMMIT LOG: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
why ?