Mike Bayer
c90f0a49f3
- Added support for parameter-ordered SET clauses in an UPDATE
...
statement. This feature is available by passing the
:paramref:`~.sqlalchemy.sql.expression.update.preserve_parameter_order`
flag either to the core :class:`.Update` construct or alternatively
adding it to the :paramref:`.Query.update.update_args` dictionary at
the ORM-level, also passing the parameters themselves as a list of 2-tuples.
Thanks to Gorka Eguileor for implementation and tests.
adapted from pullreq github:200
2015-11-28 14:30:05 -05:00
..
2015-11-25 15:29:04 -05:00
2015-03-11 20:31:11 -04:00
2012-09-27 02:37:33 -04:00
2014-10-19 00:01:50 -04:00
2015-05-24 09:49:14 -04:00
2014-04-26 13:13:13 -07:00
2015-02-04 18:35:01 -05:00
2015-09-08 14:12:32 -04:00
2014-08-28 20:06:49 -04:00
2015-03-16 16:23:14 +01:00
2014-09-10 14:14:50 -04:00
2013-03-03 13:51:54 -05:00
2015-10-07 10:02:45 -04:00
2015-11-28 14:30:05 -05:00
2014-03-22 18:48:59 -04:00
2012-09-27 02:37:33 -04:00
2015-03-01 16:09:11 -05:00
2014-09-01 20:19:54 -04:00
2015-06-11 16:48:00 -04:00
2014-08-18 13:18:46 -04:00
2015-11-21 16:36:50 -05:00
2013-05-31 11:52:31 -04:00
2015-09-02 17:55:15 -04:00
2015-02-18 16:08:19 -05:00
2014-09-01 20:19:54 -04:00
2013-11-17 13:45:23 -05:00
2015-09-02 17:55:15 -04:00
2012-09-27 02:37:33 -04:00
2014-06-23 19:50:23 -04:00
2013-05-04 16:35:47 -04:00
2015-04-15 17:30:23 -04:00
2015-09-17 10:18:57 -04:00
2015-09-02 17:55:15 -04:00
2015-01-05 21:38:19 -05:00
2013-11-28 23:23:27 -05:00
2013-05-01 10:09:34 -04:00
2015-08-11 13:05:17 -04:00
2014-04-26 13:13:13 -07:00
2014-12-08 12:34:40 -05:00
2014-11-24 18:49:32 -05:00
2012-09-27 02:37:33 -04:00
2015-09-23 16:40:16 -04:00
2015-02-18 16:08:19 -05:00
2015-10-09 17:11:56 -04:00
2015-04-12 13:51:40 -04:00
2015-10-07 10:02:45 -04:00
2012-09-27 02:37:33 -04:00
2014-09-01 20:19:54 -04:00
2015-09-02 17:55:15 -04:00
2014-06-30 20:25:04 -04:00
2013-02-25 18:55:09 -05:00
2015-11-20 18:19:33 -05:00
2015-10-07 10:02:45 -04:00
2015-09-19 16:27:51 -04:00
2015-11-28 14:30:05 -05:00
2015-06-27 00:40:34 -04:00
2013-12-02 12:40:50 -05:00
2015-10-19 12:17:37 -04:00