From ed4a5468aafce1f137cf4294c6529a8ca7afee23 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Thu, 7 Apr 2011 06:28:49 +0200 Subject: [PATCH] add a missing pass that prevented it from starting... --- pyfpdb/Database.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index 22813290..2d8fa777 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -1521,6 +1521,7 @@ class Database: % (fk['fktab'],fk['fkcol'], str(sys.exc_value).rstrip('\n')) else: #print _("Only MySQL and Postgres supported so far") + pass if self.backend == self.PGSQL: self.connection.set_isolation_level(1) # go back to normal isolation level