diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-10-17 11:53:07 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-10-17 11:55:04 -0400 |
commit | 8db3744f9f787a0e5f5464b6abd4e45ec787221d (patch) | |
tree | 22183304f018de2fee0c22bd11ccbe0b97d1b5d6 /test/dialect/oracle/test_compiler.py | |
parent | 93acfe8815a94a3e4169fce586b9248b7682ab6e (diff) | |
download | sqlalchemy-8db3744f9f787a0e5f5464b6abd4e45ec787221d.tar.gz |
simplify unmapped col eval fallback
Removed the warning that emits when using ORM-enabled update/delete
regarding evaluation of columns by name, first added in :ticket:`4073`;
this warning actually covers up a scenario that otherwise could populate
the wrong Python value for an ORM mapped attribute depending on what the
actual column is, so this deprecated case is removed. In 2.0, ORM enabled
update/delete uses "auto" for "synchronize_session", which should do the
right thing automatically for any given UPDATE expression.
Fixes: #8656
Change-Id: Idb8b4a86d3caed89f69cde1607886face103cf6a
Diffstat (limited to 'test/dialect/oracle/test_compiler.py')
0 files changed, 0 insertions, 0 deletions