]> 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:05:18 +0000 (06:05 -0600)
commit360583a00abc0bf99a29a40b918bb5f741dc5198
tree41eaa15e58fa563fb25bbc01a8dfb4c109b1549f
parentf79953a874c201a31a8972b999d18547bf227f25
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
doc/build/changelog/unreleased_13/5294.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/sybase/base.py
test/dialect/test_sybase.py