[Zope-CVS] CVS: Products/Ape/lib/apelib/zope2 - apeconf.xml:1.3
Shane Hathaway
shane at zope.com
Mon Aug 11 15:02:23 EDT 2003
Update of /cvs-repository/Products/Ape/lib/apelib/zope2
In directory cvs.zope.org:/tmp/cvs-serv25640/zope2
Modified Files:
apeconf.xml
Log Message:
Added experimental SQLMultiTableProperties.
SQLMultiTableProperties stores class-bound properties in a class-specific
table, allowing for better relational properties. It also stores
instance-bound properties in the non-class-specific table.
It's experimental because the code has some inherent flaws, indicating
that we probably ought to re-work the SQL code to manage tables better.
=== Products/Ape/lib/apelib/zope2/apeconf.xml 1.2 => 1.3 ===
--- Products/Ape/lib/apelib/zope2/apeconf.xml:1.2 Wed Jul 9 11:40:15 2003
+++ Products/Ape/lib/apelib/zope2/apeconf.xml Mon Aug 11 14:02:19 2003
@@ -87,6 +87,8 @@
<gateway name="sql_id" factory="apelib.sql.structure.SQLItemId" />
<gateway name="sql_remainder" factory="apelib.sql.structure.SQLRemainder" />
<gateway name="sql_modtime" factory="apelib.sql.structure.SQLModTime" />
+ <!--gateway name="sql_properties"
+ factory="apelib.sql.properties.SQLMultiTableProperties"/-->
<gateway name="sql_properties" factory="apelib.sql.properties.SQLProperties"/>
<gateway name="sql_security"
factory="apelib.sql.security.SQLSecurityAttributes" />
More information about the Zope-CVS
mailing list