diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-03-14 14:09:03 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-03-14 17:03:59 -0400 |
commit | fc5ec4fa97829ae9012dc0871caf4e5ade2219ce (patch) | |
tree | eaeb1f513e880287187feed9f51585fe7696f9c3 /lib/sqlalchemy/sql/_typing.py | |
parent | 35f82173e04b3209e07fcfc0606a7614108d018e (diff) | |
download | sqlalchemy-fc5ec4fa97829ae9012dc0871caf4e5ade2219ce.tar.gz |
test #7820
There was an apparent improvement in the distill params
methodology used in exec_driver_sql which allows raw tuples to
pass through. In 1.4 there seems to be a _distill_cursor_params()
function that says it can handle this kind of parameter, but it isn't
used and when I tried to substitute it in for exec_driver_sql(),
things still fail.
In any case, add coverage here for the use case of passing
direct tuple params to exec_driver_sql including as the first
param, to note that it isn't mis-interpreted the way it is
in 1.x.
Change-Id: I27b875c0f874aee3f6f0d3e28c4c858dd39344e9
Diffstat (limited to 'lib/sqlalchemy/sql/_typing.py')
0 files changed, 0 insertions, 0 deletions