dabo Commit
Revision 4717
Date: 2008-11-25 20:22:09 -0800 (Tue, 25 Nov 2008)
Author: Johnf
Trac: http://svn.dabodev.com/trac/dabo/changeset/4717

Changed:
U   trunk/dabo/db/dbPostgreSQL.py

Log:
add a 'pop('forceCreate') from Ed new changes to support sqlite in a better way

Diff:
Modified: trunk/dabo/db/dbPostgreSQL.py
===================================================================
--- trunk/dabo/db/dbPostgreSQL.py       2008-11-26 04:11:18 UTC (rev 4716)
+++ trunk/dabo/db/dbPostgreSQL.py       2008-11-26 04:22:09 UTC (rev 4717)
@@ -14,6 +14,7 @@
 
 
        def getConnection(self, connectInfo, **kwargs):
+               kwargs.pop('forceCreate') 
                import psycopg2 as dbapi
                #from pyPgSQL import PgSQL as dbapi
                self.conn_user = connectInfo.User




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to