]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
[49145a6940062486a6eec66bfe5c9d95c5f76c7a] forgot the final arg to _handle_dbapi_exce...
authorPhilip Jenvey <pjenvey@underboss.org>
Sat, 11 Dec 2010 07:46:54 +0000 (23:46 -0800)
committerPhilip Jenvey <pjenvey@underboss.org>
Sat, 11 Dec 2010 07:46:54 +0000 (23:46 -0800)
lib/sqlalchemy/engine/base.py

index dad075b3454d8dae3c7b2337a8789778782e0a21..a335b1d17b775cab6ce54747f207a35fe12c2b05 100644 (file)
@@ -1433,7 +1433,8 @@ class Connection(Connectable):
                                 e, 
                                 statement, 
                                 parameters, 
-                                cursor)
+                                cursor,
+                                None)
             raise
 
     def _safe_close_cursor(self, cursor):