diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-04-04 13:36:28 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-04-04 16:46:16 -0400 |
| commit | b4eb29253cb29a069973503f36d1103d4a18311c (patch) | |
| tree | d74797804981a1234b993569fa426e78ba7a6e00 /doc | |
| parent | 9f986ce10c6755af3f347a56f9ea03e0e2c5943e (diff) | |
| download | sqlalchemy-b4eb29253cb29a069973503f36d1103d4a18311c.tar.gz | |
Ensure all visit_sequence accepts **kw args
Fixed issue where the compilation of an INSERT statement with the
"literal_binds" option that also uses an explicit sequence and "inline"
generation, as on Postgresql and Oracle, would fail to accommodate the
extra keyword argument within the sequence processing routine.
Change-Id: Ibdab7d340aea7429a210c9535ccf1a3e85f074fb
Fixes: #4231
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4231.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4231.rst b/doc/build/changelog/unreleased_12/4231.rst new file mode 100644 index 000000000..47e70ef02 --- /dev/null +++ b/doc/build/changelog/unreleased_12/4231.rst @@ -0,0 +1,9 @@ +.. change:: + :tags: bug, sql + :tickets: 4231 + :versions: 1.3.0b1 + + Fixed issue where the compilation of an INSERT statement with the + "literal_binds" option that also uses an explicit sequence and "inline" + generation, as on Postgresql and Oracle, would fail to accommodate the + extra keyword argument within the sequence processing routine. |
