Author: evgeny
Date: Thu Dec 10 11:33:22 2009
New Revision: 889200

URL: http://svn.apache.org/viewvc?rev=889200&view=rev
Log:
CAY-1323 Fix explicit type mapping from oracle.sql.TIMESTAMP to JDBC Timestamp 
in Result of query on Oracle (Can be related with other DB special types 
handling).

* Part of solution in 3.1 branch that is changing UtillDateType behavior, Not 
to use getObject() from JDTS driver that can return Object of various * types.

Modified:
    
cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt

Modified: 
cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt
URL: 
http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt?rev=889200&r1=889199&r2=889200&view=diff
==============================================================================
--- 
cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt
 (original)
+++ 
cayenne/main/branches/STABLE-2.0/cayenne/cayenne-other/release-notes/RELEASE-NOTES-2.0-SNAPSHOT.txt
 Thu Dec 10 11:33:22 2009
@@ -23,6 +23,7 @@
 CAY-1259 Wrong Mapping for NUMERIC Type
 CAY-1279 Passing null values in query parameters
 CAY-1306 Binding Collection in Parameters for SQLTemplate is not working
+CAY-1323 oracle.sql.TIMESTAMP in Result of query (only part of solution to fix 
explicit type mapping)
 
 ----------------------------------
 Release: 2.0.4


Reply via email to