[z3-checkins] r18251 - z3/sqlos/branch/jinty-3.0-fix_the_tests

jinty at codespeak.net jinty at codespeak.net
Fri Oct 7 11:23:06 CEST 2005


Author: jinty
Date: Fri Oct  7 11:23:05 2005
New Revision: 18251

Modified:
   z3/sqlos/branch/jinty-3.0-fix_the_tests/configure.zcml
Log:
This is probably a contoversial patch, I am unconfiguring the posgres adapter on
the basis that the selection of database should not be hardwired. A better
solution should just be found.


Modified: z3/sqlos/branch/jinty-3.0-fix_the_tests/configure.zcml
==============================================================================
--- z3/sqlos/branch/jinty-3.0-fix_the_tests/configure.zcml	(original)
+++ z3/sqlos/branch/jinty-3.0-fix_the_tests/configure.zcml	Fri Oct  7 11:23:05 2005
@@ -136,7 +136,6 @@
     For now, you need to change the factory here if you want
     to use a diferent connection type.
     XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-  -->
 
   <adapter
       provides=".interfaces.IZopeSQLConnection"
@@ -144,6 +143,7 @@
       permission="zope.Public"
       factory=".adapter.PostgresAdapter"
       />
+  -->
 
   <adapter
       provides="zope.app.container.interfaces.INameChooser"


More information about the z3-checkins mailing list