geoalchemy / geoalchemy2

Geospatial extension to SQLAlchemy
http://geoalchemy-2.readthedocs.org
MIT License
637 stars 112 forks source link

fix: handle mysql schemas in column reflection #443

Closed EtienneDG closed 1 year ago

EtienneDG commented 1 year ago

Proposed fix for #442 .

In the end I edited only the MySQL part.

Schema management (per DB) for postgre is a bit different and non fully-qualified tables are not always considered to be in public schema.

@adrien-berchet had some trouble wrapping my head around all the fixtures, tried to simplify a bit what was made in the test suite I edited.

adrien-berchet commented 1 year ago

Thank you very much @EtienneDG !