On 10/06/2010 10:39 AM, Adrian Crum wrote:
I fixed that a few months ago by removing the conversion framework from
the entity engine.
Background info: Oracle does not follow the JDBC API. The ResultSet
should return a java.sql.Timestamp, but instead it returns its own
Timestamp class.
Yeah, right after I sent the email, I found the jdbc jar for
oracle(Ean is the one who is trying to get this working). I'll see if
I can backport your changes; if not, I'll write an oracle extension
package that provides the needed converters.