I've rebased my current work with the latest main.
I'm sending this PR which, while still incomplete and with many tests failing, fixes some fundamental problems with the test suite and may help anyone who wishes to run the test suite with SQLAlchemy 2.0.
On my machine and using Firebird 4.0.2 the results are:
I'm abroad until next weekend so I cannot devote much time on this right now. But I intend to review and fix the entire test suite for Firebird 3 and 4.
I've rebased my current work with the latest
main
.I'm sending this PR which, while still incomplete and with many tests failing, fixes some fundamental problems with the test suite and may help anyone who wishes to run the test suite with SQLAlchemy 2.0.
On my machine and using Firebird 4.0.2 the results are:
Remember to update
setup.cfg
with an empty (recently created) Firebird database before run the tests. E.g.I'm abroad until next weekend so I cannot devote much time on this right now. But I intend to review and fix the entire test suite for Firebird 3 and 4.
Best regards!