[z3-checkins] r18698 - z3/sqlos/branch/andres-sqlobject0.7
andres at codespeak.net
andres at codespeak.net
Mon Oct 17 10:07:43 CEST 2005
Author: andres
Date: Mon Oct 17 10:07:42 2005
New Revision: 18698
Modified:
z3/sqlos/branch/andres-sqlobject0.7/configure.zcml
z3/sqlos/branch/andres-sqlobject0.7/ftesting.zcml
Log:
Again i was so stupid to use a wildcart to commit.
Modified: z3/sqlos/branch/andres-sqlobject0.7/configure.zcml
==============================================================================
--- z3/sqlos/branch/andres-sqlobject0.7/configure.zcml (original)
+++ z3/sqlos/branch/andres-sqlobject0.7/configure.zcml Mon Oct 17 10:07:42 2005
@@ -136,13 +136,13 @@
For now, you need to change the factory here if you want
to use a diferent connection type.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
--->
<adapter
provides=".interfaces.IZopeSQLConnection"
for="zope.app.rdb.interfaces.IZopeConnection"
permission="zope.Public"
factory=".adapter.PostgresAdapter"
/>
+-->
<adapter
Modified: z3/sqlos/branch/andres-sqlobject0.7/ftesting.zcml
==============================================================================
--- z3/sqlos/branch/andres-sqlobject0.7/ftesting.zcml (original)
+++ z3/sqlos/branch/andres-sqlobject0.7/ftesting.zcml Mon Oct 17 10:07:42 2005
@@ -31,11 +31,11 @@
dsn='dbi://testuser:testuser@localhost:5432/testdb'
/>
- <!--<rdb:provideConnection
+ <rdb:provideConnection
name='mysql'
component='mysqldbda.adapter.MySQLdbAdapter'
dsn='dbi://testuser:testuser@localhost:3306/testdb'
- />-->
+ />
<sqlos:factory
id="Dog"
More information about the z3-checkins
mailing list