]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
test #7820
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Mar 2022 18:09:03 +0000 (14:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Mar 2022 21:03:59 +0000 (17:03 -0400)
commitfc5ec4fa97829ae9012dc0871caf4e5ade2219ce
treeeaeb1f513e880287187feed9f51585fe7696f9c3
parent35f82173e04b3209e07fcfc0606a7614108d018e
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
test/engine/test_execute.py