diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-10-08 00:33:02 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-10-08 00:33:02 -0400 |
| commit | 956c26d07712628457aef70cc8b2d85af2cc72f6 (patch) | |
| tree | 84f23eb37be97620fd93116f47347344811118c6 /lib/sqlalchemy | |
| parent | 21b5d353ce8607eb90f0fcf192b5d6264732df26 (diff) | |
| parent | f8eb7c2858443649190b735c587c190ae90b6106 (diff) | |
| download | sqlalchemy-956c26d07712628457aef70cc8b2d85af2cc72f6.tar.gz | |
Merge remote-tracking branch 'origin/pr/208'
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/dialects/mssql/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/mssql/base.py b/lib/sqlalchemy/dialects/mssql/base.py index e4f9ac3de..37e798014 100644 --- a/lib/sqlalchemy/dialects/mssql/base.py +++ b/lib/sqlalchemy/dialects/mssql/base.py @@ -186,7 +186,7 @@ CREATE TABLE statement for this column will yield:: LIMIT/OFFSET Support -------------------- -MSSQL has no support for the LIMIT or OFFSET keysowrds. LIMIT is +MSSQL has no support for the LIMIT or OFFSET keywords. LIMIT is supported directly through the ``TOP`` Transact SQL keyword:: select.limit |
