summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2018-04-04 21:06:35 -0400
committerGerrit Code Review <gerrit@ci.zzzcomputing.com>2018-04-04 21:06:35 -0400
commit5abeee69e34d45796cdff0770f58f9104da74701 (patch)
tree2a94b264083e01c528e38294f5da18dab8ae3b08 /doc
parente1ac5dc63cc13cfbabe0ec7fbb3521bfb1b7b750 (diff)
parentb4eb29253cb29a069973503f36d1103d4a18311c (diff)
downloadsqlalchemy-5abeee69e34d45796cdff0770f58f9104da74701.tar.gz
Merge "Ensure all visit_sequence accepts **kw args"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/4231.rst9
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.