]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
support multivalues insert on strsqlcompiler
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2021 21:51:34 +0000 (17:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Apr 2021 21:52:23 +0000 (17:52 -0400)
commit26f1efcb055b70fe86a643338b65c849f9e2fa4e
treef0299de87e7363be1da59e145cd6cbe19105639f
parent4d21920638af4729b6ff09b1ac8c3a20878bd922
support multivalues insert on strsqlcompiler

Fixed the "stringify" compiler to support a basic stringification
of a "multirow" INSERT statement, i.e. one with multiple tuples
following the VALUES keyword.

Change-Id: I1fe38d204d9965275d3a72157d5a72a53bec4b11
doc/build/changelog/unreleased_14/mr_str.rst [new file with mode: 0644]
lib/sqlalchemy/engine/default.py
test/sql/test_compiler.py