summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-08-31 13:34:43 -0400
committermike bayer <mike_mp@zzzcomputing.com>2021-09-02 14:01:56 +0000
commitbf1fe670513abeb1596bc5266f50db1ffe62f3bd (patch)
tree95509c88bfe615271d5953db74b019ec7fb37b79 /lib/sqlalchemy/ext/asyncio
parenta4fc07fae69aa130fc032e7b5204f2e1fe3acaa3 (diff)
downloadsqlalchemy-bf1fe670513abeb1596bc5266f50db1ffe62f3bd.tar.gz
Fix and test sequences w/ executemany in pre-exec scenarios
Fixed issue where an engine that had ``implicit_returning`` set to False would fail to function when PostgreSQL's "fast insertmany" feature were used in conjunction with a ``Sequence``, as well as if any kind of "executemany" with "return_defaults()" were used in conjunction with a ``Sequence``. Note that PostgreSQL "fast insertmany" uses "RETURNING" by definition, when the SQL statement is passed to the driver; overall, the ``implicit_returning`` flag is legacy and has no real use in modern SQLAlchemy, and will be deprecated in a separate change. Fixes: #6963 Change-Id: Id8e3dd50a21b9124f338067b0fdb57b8f608dca8
Diffstat (limited to 'lib/sqlalchemy/ext/asyncio')
0 files changed, 0 insertions, 0 deletions