Files
sqlalchemy/test/sql
Mike Bayer a6387b0df8 - Fixed bug in :meth:.Update.return_defaults which would cause all
insert-default holding columns not otherwise included in the SET
clause (such as primary key cols) to get rendered into the RETURNING
even though this is an UPDATE.

- Major fixes to the :paramref:`.Mapper.eager_defaults` flag, this
flag would not be honored correctly in the case that multiple
UPDATE statements were to be emitted, either as part of a flush
or a bulk update operation.  Additionally, RETURNING
would be emitted unnecessarily within update statements.

fixes #3609

(cherry picked from commit 0e4c4d7efc)
2015-12-14 17:30:42 -05:00
..
2015-03-18 21:38:57 -07:00
2014-07-18 17:40:58 -04:00
2015-09-27 12:13:48 -04:00
foo
2015-03-08 11:34:14 -04:00
2014-07-18 17:40:58 -04:00
2015-04-12 12:59:31 -04:00