summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-08-07 11:02:59 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-08-07 12:13:57 -0400
commit9de57843a3a98555df21b5c5585f8af699d8ec2e (patch)
treecaeb4640b6be9e05d0bdfbbf5bd99561cc5e9622 /lib/sqlalchemy/sql/selectable.py
parentb75630cec9418ef087e7c6af0370ac6ba728a251 (diff)
downloadsqlalchemy-9de57843a3a98555df21b5c5585f8af699d8ec2e.tar.gz
dont qualify literal_binds with literal_execute
this appears to be unnecessary and prevents end-user literal_binds case from working. Fixed issue where the ``literal_binds`` compiler flag, as used externally to render bound parameters inline, would fail to work when used with a certain class of parameters known as "literal_execute", which covers things like LIMIT and OFFSET values for dialects where the drivers don't allow a bound parameter, such as SQL Server's "TOP" clause. The issue locally seemed to affect only the MSSQL dialect. Fixes: #6863 Change-Id: Ia74cff5b0107b129a11b9b965883552b2962e449
Diffstat (limited to 'lib/sqlalchemy/sql/selectable.py')
0 files changed, 0 insertions, 0 deletions