diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-07-12 16:53:37 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-07-13 11:49:34 -0400 |
commit | 889c011a0f7bce82cea1c9c2ac0c46cec4353d4d (patch) | |
tree | e64002939638ab49fd52d7a52ba1197f5a9558dd /lib/sqlalchemy/dialects/mysql/json.py | |
parent | d80b709ea0a683b10ae46bb552204be59b5c73f8 (diff) | |
download | sqlalchemy-889c011a0f7bce82cea1c9c2ac0c46cec4353d4d.tar.gz |
Ensure DML provides named_with_column for CTE(Alias)
Fixed bug in new CTE feature for update/insert/delete whereby
an anoymous (e.g. no name passed) :class:`.CTE` construct around
the statement would fail. The Alias base class of CTE checks
for the "named_with_column" attribute in order to detect if
the underlying selectable has a name; UpdateBase now provides
this as False.
Change-Id: I4b0309db21379a4c0cb93085298c86da3cf840e4
Fixes: #3744
Diffstat (limited to 'lib/sqlalchemy/dialects/mysql/json.py')
0 files changed, 0 insertions, 0 deletions