[Zope-CVS] CVS: Products/Ape/lib/apelib/sql - sqlbase.py:1.4

Shane Hathaway shane@zope.com
Sat, 17 May 2003 20:47:02 -0400


Update of /cvs-repository/Products/Ape/lib/apelib/sql
In directory cvs.zope.org:/tmp/cvs-serv27873/sql

Modified Files:
	sqlbase.py 
Log Message:
Removed the checkConnection method because it is not needed.  If it is needed later, it will be a method of a different interface.

=== Products/Ape/lib/apelib/sql/sqlbase.py 1.3 => 1.4 ===
--- Products/Ape/lib/apelib/sql/sqlbase.py:1.3	Tue Apr 29 18:11:50 2003
+++ Products/Ape/lib/apelib/sql/sqlbase.py	Sat May 17 20:47:01 2003
@@ -35,11 +35,6 @@
     def getSchema(self):
         return self.schema
 
-    def checkConnection(self, event):
-        pass
-        # if not IDBAPIConnection.isImplementedBy(self.conn):
-        #     raise ConfigurationError
-
     def getColumnDefs(self):
         defs = self.column_defs
         if defs is None: