]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
revert back to the 0.5 way of calling DBAPIError.instance(), but add the tback as...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Mar 2009 17:55:03 +0000 (17:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Mar 2009 17:55:03 +0000 (17:55 +0000)
commit41b8cf3fb2d72b969837afbaf269ab1d3c20e974
treec02f5ee747b19fd2c99ba3f38d36829f89e55b89
parentb8a30a9b1068522b369ea99757aac18afed241b8
revert back to the 0.5 way of calling DBAPIError.instance(), but add the tback as the 3rd argument.  didn't realize this
usage.  sorry empty !
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/exc.py
test/base/except.py