]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Document new LIMIT/OFFSET support; support subquery ORDER BY
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2020 20:41:04 +0000 (15:41 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2020 20:41:04 +0000 (15:41 -0500)
commit4ef180e25b53966cf001926c67b4474a6ab0d80f
tree154ac66a3a961f04482708d7ee8b60cad6c0a211
parent8fabe50d7a47b50215a7ea4cf1d39409d9529e51
Document new LIMIT/OFFSET support; support subquery ORDER BY

An adjustment to the original commit for the fix
to #5084 in ab1799a2a1951fe8f188b6395fde04a233a3ac0d, correctly
rendering ORDER BY for subqueries with the new syntax.

Fixes: #5084
Change-Id: I5ab5c1887c5a10f0a5eed1e9aae1f5994c28d88e
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_compiler.py