[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.67

Matthew T. Kromer matt@zope.com
Thu, 24 Oct 2002 11:17:14 -0400


Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv27185

Modified Files:
	CHANGELOG 
Log Message:
Make an Oracle date creation routine which will accept input dates that don't
have to be in timestamp form, so that dates don't have to be entered in
string notation (Collector #74).


=== Products/DCOracle2/CHANGELOG 1.66 => 1.67 ===
--- Products/DCOracle2/CHANGELOG:1.66	Mon Oct  7 16:58:17 2002
+++ Products/DCOracle2/CHANGELOG	Thu Oct 24 11:16:44 2002
@@ -272,6 +272,12 @@
 	     o  Fix LOB copy routine to set the indicator to 0, because
 	        it was allocated as -1 (NULL) and that turns lobs into
 		temporary LOBs (Collector #72)
+	     o  Fix Date creation routine to take all arguments, rather
+	        than just timestamps; only simple error checking is done
+		on date ranges, negative dates are not allowed, month and
+		day must be 1-12 and 1-31 if year is > 0 etc.  Computation
+		of "valid" dates (ie leap year, end of month computation)
+		is not done. (Collector #74)
 
 Desired Features Not Yet Implemented: