add a missing pass that prevented it from starting...
This commit is contained in:
parent
24e23b6b4f
commit
ed4a5468aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user