[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnue] r7159 - trunk/gnue-common/src/datasources/drivers/DBSIG2
From: |
jcater |
Subject: |
[gnue] r7159 - trunk/gnue-common/src/datasources/drivers/DBSIG2 |
Date: |
Thu, 10 Mar 2005 15:50:28 -0600 (CST) |
Author: jcater
Date: 2005-03-10 15:50:27 -0600 (Thu, 10 Mar 2005)
New Revision: 7159
Modified:
trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py
Log:
Fixed a typo in the initialization code
Modified: trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py
2005-03-10 21:10:27 UTC (rev 7158)
+++ trunk/gnue-common/src/datasources/drivers/DBSIG2/Connection.py
2005-03-10 21:50:27 UTC (rev 7159)
@@ -75,7 +75,7 @@
def __init__ (self, connections, name, parameters):
- Base.Connection.__init__ (self, connections, name, parameter)
+ Base.Connection.__init__ (self, connections, name, parameters)
# FIXME: Should be private
self.native = None
@@ -364,7 +364,7 @@
try:
self.native.rollback ()
except:
- pass # I'm SURE this isn't right (jcater)
+ pass # I'm SURE this isn't right (jcater)
# But not all db's support transactions
# ---------------------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnue] r7159 - trunk/gnue-common/src/datasources/drivers/DBSIG2,
jcater <=