[Zope-CVS] CVS: Products/Ape - CHANGES.txt:1.13 version.txt:1.10

Shane Hathaway shane at zope.com
Wed Jul 21 02:38:35 EDT 2004


Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv1879

Modified Files:
	CHANGES.txt version.txt 
Log Message:
Merged sql-types-branch.


=== Products/Ape/CHANGES.txt 1.12 => 1.13 ===
--- Products/Ape/CHANGES.txt:1.12	Wed Jun 16 19:39:25 2004
+++ Products/Ape/CHANGES.txt	Wed Jul 21 02:38:04 2004
@@ -1,4 +1,21 @@
 
+Next feature release
+
+  - There is a new way to convert between database-specific types and
+    generic types in apelib.sql.  See the RDBMSColumn class and the
+    'column_factories_by_name' attribute of AbstractSQLConnection.  OIDs
+    take advantage of this feature; OIDs are now sent to the database as
+    integers.
+
+  - The SQL package now uses column and row sequence schemas for table
+    definitions.
+
+  - Pre-compiled queries should now be easy to implement.  (Note to
+    self: table.py should wrap the sql in a PrecompiledQuery, which
+    execute() should enhance once the query is compiled, then table.py
+    should cache the query.)
+
+
 Version 0.8.1
 
   - Ape now works harder at consistently generating the same


=== Products/Ape/version.txt 1.9 => 1.10 ===
--- Products/Ape/version.txt:1.9	Wed Jun 16 19:39:25 2004
+++ Products/Ape/version.txt	Wed Jul 21 02:38:04 2004
@@ -1 +1 @@
-Ape-0.8.1
+Ape-0.8.1+



More information about the Zope-CVS mailing list