]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug that prevented implicit RETURNING from functioning
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Apr 2010 15:24:25 +0000 (11:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Apr 2010 15:24:25 +0000 (11:24 -0400)
commitae495c69adacdd341d4ab22df4eedbbc6cb9df8e
tree5d6aadc70a7fa1aec4e12cd6f64cf0cbd482b18c
parent38d6c31a29b28577aabb5ae2e641cf95a3cdbc7a
- Fixed bug that prevented implicit RETURNING from functioning
properly with composite primary key that contained zeroes.
[ticket:1778]
CHANGES
lib/sqlalchemy/engine/default.py
test/sql/test_query.py