]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
SYBASE: Added offset support
authorsnowman2 <alansnow21@gmail.com>
Sat, 9 May 2020 13:17:21 +0000 (09:17 -0400)
committerGord Thompson <gord@gordthompson.com>
Sun, 24 May 2020 12:15:25 +0000 (06:15 -0600)
commit3510ffee1f5fa9548447513aa9b7c233b5ebc285
tree124e8eeca07bceb05ffc7c55cf9e85440348b4b1
parentccb20f10556bc1fca3b66bfd8a81311ef1a319f9
SYBASE: Added offset support

Fixes: #5294
### Description
Fix for https://github.com/sqlalchemy/sqlalchemy/issues/5294#issue-610311455

I tested it against our database (Adaptive Server Enterprise/16.0 SP02) with `pyodbc+sybase`

### Checklist

This pull request is:

- [x] A short code fix for #5294
- [x] Added tests.

Closes: #5312
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5312
Pull-request-sha: f62c14825f2941fdd54ede17fd8d4f105a052e05

Change-Id: Ic716e17a6f654deef78781cefc3f16333cd725c3
(cherry picked from commit 360583a00abc0bf99a29a40b918bb5f741dc5198)
doc/build/changelog/unreleased_13/5294.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/sybase/base.py
test/dialect/test_sybase.py