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

Adjust code for reflection of computed columns #21

Closed gordthompson closed 4 years ago

gordthompson commented 4 years ago

Fixes: #4

SQLAlchemy dependency:

https://github.com/sqlalchemy/sqlalchemy/issues/5230

pauldex commented 4 years ago

Thanks again!