[Zope-CVS] CVS: Products/Ape - CHANGES.txt:1.15
Shane Hathaway
shane at zope.com
Fri Jul 23 04:38:04 EDT 2004
Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv26116
Modified Files:
CHANGES.txt
Log Message:
Ape now supports mapping subclasses. Also revised the config format.
>From CHANGES.txt:
- Ape now supports mapping subclasses. Until now, mappers were
registered for classes but not for all subclasses. Now, a mapper
applies to subclasses as well, unless the configuration file
specifies 'exact-class'.
- Revised the configuration file format for simplification and to
allow mapping subclasses.
Also added PDBSerializer, a wrapper around CompositeSerializer that
launches pdb. It is really handy when you know which
mapper is serializing incorrectly but you don't know why.
=== Products/Ape/CHANGES.txt 1.14 => 1.15 ===
--- Products/Ape/CHANGES.txt:1.14 Wed Jul 21 03:06:20 2004
+++ Products/Ape/CHANGES.txt Fri Jul 23 04:37:34 2004
@@ -1,6 +1,14 @@
Next feature release
+ - Ape now supports mapping subclasses. Until now, mappers were
+ registered for classes but not for all subclasses. Now, a mapper
+ applies to subclasses as well, unless the configuration file
+ specifies 'exact-class'.
+
+ - Revised the configuration file format for simplification and to
+ allow mapping subclasses.
+
- 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
More information about the Zope-CVS
mailing list