diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2018-04-04 21:06:35 -0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci.zzzcomputing.com> | 2018-04-04 21:06:35 -0400 |
| commit | 5abeee69e34d45796cdff0770f58f9104da74701 (patch) | |
| tree | 2a94b264083e01c528e38294f5da18dab8ae3b08 /doc | |
| parent | e1ac5dc63cc13cfbabe0ec7fbb3521bfb1b7b750 (diff) | |
| parent | b4eb29253cb29a069973503f36d1103d4a18311c (diff) | |
| download | sqlalchemy-5abeee69e34d45796cdff0770f58f9104da74701.tar.gz | |
Merge "Ensure all visit_sequence accepts **kw args"
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. |
