summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2018-11-13 23:37:33 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2018-11-13 23:37:33 +0000
commit616b226f74e63e72a6e02f2770fac3933e3cc098 (patch)
treeba43020f1ae6c31f2699465885033f58c124b9e9 /doc
parenta698bdbc5716201804ddedde6a0fc5ab33d43300 (diff)
parent8318a98a60dabf0919f4998e4df32db804ffd3bb (diff)
downloadsqlalchemy-616b226f74e63e72a6e02f2770fac3933e3cc098.tar.gz
Merge "Add Sequence to StrSQLCompiler"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_13/4144.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/4144.rst b/doc/build/changelog/unreleased_13/4144.rst
new file mode 100644
index 000000000..08fcb6102
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/4144.rst
@@ -0,0 +1,10 @@
+.. change::
+ :tags: feature, sql
+ :tickets: 4144
+
+ Added :class:`.Sequence` to the "string SQL" system that will render a
+ meaningful string expression (``"<next sequence value: my_sequence>"``)
+ when stringifying without a dialect a statement that includes a "sequence
+ nextvalue" expression, rather than raising a compilation error.
+
+