Closed gordthompson closed 11 months ago
Should this issue be closed?
We can leave it open as a reminder that we still haven't done the visit_create_index
part yet. That is, we've prevented the existing "DESC" tests from failing, but we are still unable to emit a CREATE DESCENDING INDEX ...
statement.
Sounds good.
Firebird indexes are a bit different than most others in that they are all uni-directional. We would need to do some tweaking of
visit_create_index
to support this, as described inhttps://github.com/sqlalchemy/sqlalchemy/issues/5106
That would be in addition to excluding the "noncol_idx" tests in ComponentReflectionTest.