]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Small improvement on FlushError can't delete error message
authorPaulo Bu <pbu_98@yahoo.com>
Wed, 5 Nov 2014 12:15:08 +0000 (13:15 +0100)
committerPaulo Bu <pbu_98@yahoo.com>
Wed, 5 Nov 2014 12:23:03 +0000 (13:23 +0100)
commitea637cef2d9ec54b14fac3620b1cfd47da723f3f
treedb7041fc9be89849d92fd2218bb4792f89aa3614
parentedec583b459e955a30d40b5c5d8baaed0a2ec1c6
Small improvement on FlushError can't delete error message

Output in the error message the table name and the column name.
lib/sqlalchemy/orm/persistence.py
test/orm/test_unitofwork.py