Closed gordthompson closed 4 years ago
After merging these changes and updating SQLAlchemy to the current master branch ...
python -m pip install --upgrade git+https://github.com/sqlalchemy/sqlalchemy.git
... there should be no more failures when running the tests in ComponentReflectionTest, i.e.,
py.test -k ComponentReflectionTest --db firebird2
I've merged your update. Thanks.
After merging these changes and updating SQLAlchemy to the current master branch ...
... there should be no more failures when running the tests in ComponentReflectionTest, i.e.,