commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5016 - trunk/gnue-common/src/datasources/drivers/postgresql/pygresql


From: jamest
Subject: r5016 - trunk/gnue-common/src/datasources/drivers/postgresql/pygresql
Date: Tue, 23 Dec 2003 20:14:48 -0600 (CST)

Author: jamest
Date: 2003-12-23 20:14:47 -0600 (Tue, 23 Dec 2003)
New Revision: 5016

Modified:
   trunk/gnue-common/src/datasources/drivers/postgresql/pygresql/__init__.py
Log:
fix dbdriver (untested)


Modified: 
trunk/gnue-common/src/datasources/drivers/postgresql/pygresql/__init__.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/postgresql/pygresql/__init__.py   
2003-12-23 23:33:41 UTC (rev 5015)
+++ trunk/gnue-common/src/datasources/drivers/postgresql/pygresql/__init__.py   
2003-12-24 02:14:47 UTC (rev 5016)
@@ -44,7 +44,7 @@
 
 
 class Connection(Base.Connection):
-  _pg_driver = PoPy
+  _pg_driver = pgbd
   _DatabaseError = pgdb.Error
 
   def connect(self, connectData={}):
@@ -84,7 +84,7 @@
 # Stub code to not initialize the Connection until needed.
 # This greatly helps with error messages.
 #
-def Connection(*args, **parms):
-  from Driver import Connection as C
-  return C(*args, **parms)
+#def Connection(*args, **parms):
+#  from Driver import Connection as C
+#  return C(*args, **parms)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]