]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Modify the text of the message which occurs
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 00:09:21 +0000 (20:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 00:09:21 +0000 (20:09 -0400)
commit907a4988408a8cb3748b657a7911426c99689582
treef7e61f2b98243dfcf9562926270859e8aebd5937
parentf50e686f77e520e1c8a93de47f9ad633d2777400
- Modify the text of the message which occurs
when the "identity" key isn't detected on
flush, to include the common cause that
the Column isn't set up to detect
auto-increment correctly; [ticket:2170].
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/test_unitofwork.py