pauldex / sqlalchemy-firebird

A Firebird dialect for SQLAlchemy using the firebird-driver and/or fdb python Firebird driver
MIT License
23 stars 15 forks source link

Apply remaining changes for ComponentReflectionTest #7

Closed gordthompson closed 4 years ago

gordthompson commented 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
pauldex commented 4 years ago

I've merged your update. Thanks.