Files
sqlalchemy/test/orm
Mike Bayer 359f2ef702 simplify internal storage of DML ordered values
towards some refactorings I will need to do for #12496, this
factors out the "_ordered_values" list of tuples that was used to
track UPDATE VALUES in a specific order.   The rationale for this
separate collection was due to Python dictionaries not maintaining
insert order.   Now that this is standard behavior in Python 3
we can use the same `statement._values` for param-ordered and
table-column-ordered UPDATE rendering.

Change-Id: Id6024ab06e5e3ba427174e7ba3630ff83d81f603
2025-04-10 10:28:56 -04:00
..
2024-01-31 21:54:59 +01:00
2025-03-18 09:17:07 -04:00
2024-01-31 21:54:59 +01:00
2025-01-03 15:41:27 -05:00
2024-01-31 21:54:59 +01:00
2025-02-03 10:08:09 -05:00
2024-01-31 21:54:59 +01:00
2025-03-18 09:17:07 -04:00
2024-10-31 22:14:57 +01:00