mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-06 08:56:51 -04:00
d2d60acdcb
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
(cherry picked from commit c90f0a49f3)
23 lines
205 B
Plaintext
23 lines
205 B
Plaintext
*.pyc
|
|
*.pyo
|
|
*.egg
|
|
/build/
|
|
/dist/
|
|
/doc/build/output/
|
|
/dogpile_data/
|
|
*.orig
|
|
*,cover
|
|
/.tox
|
|
.venv
|
|
*.egg-info
|
|
.coverage
|
|
coverage.xml
|
|
.*,cover
|
|
*.class
|
|
*.so
|
|
*.patch
|
|
sqlnet.log
|
|
/mapping_setup.py
|
|
/test.py
|
|
/.cache/
|