summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2020-05-28 16:42:20 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2020-05-28 16:42:20 +0000
commitc07979e8d44a30fdf0ea73bc587aa05a52e9955a (patch)
tree1343232ff8835f10ad016b827ab4a756cf8960f6 /doc
parent45399f96de328fc00901f12a9256cfb1ae607d2a (diff)
parent360583a00abc0bf99a29a40b918bb5f741dc5198 (diff)
downloadsqlalchemy-c07979e8d44a30fdf0ea73bc587aa05a52e9955a.tar.gz
Merge "SYBASE: Added offset support"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_13/5294.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/5294.rst b/doc/build/changelog/unreleased_13/5294.rst
new file mode 100644
index 000000000..b564dc10d
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/5294.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: change, sql, sybase
+ :tickets: 5294
+
+ Added ``.offset`` support to sybase dialect.
+ Pull request courtesy Alan D. Snow.