]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add test requirement: indexes_with_ascdesc
authorGord Thompson <gord@gordthompson.com>
Mon, 20 Jan 2020 20:21:17 +0000 (15:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Jan 2020 00:29:25 +0000 (19:29 -0500)
commit9e3977738c7c698442cb88f4201f995d8901a45f
treed9a457993e66609f8f38d4e0182bbeef3fa2d24d
parentd8ac1e9e6bfc931d2f14f9846d6924106f56b7e6
Add test requirement: indexes_with_ascdesc

There are some tests for indexes that include DESC in the
columns.  Firebird and maybe others don't support this concept,
so put it under a requirement rule.

Fixes: #5106
Closes: #5108
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5108
Pull-request-sha: 4b1560f28a52feb7d4a6c5d828f587a735d6a40b

Change-Id: I4744246005f3af263ea1e028d8a46795b87de62c
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_reflection.py