Closed EtienneDG closed 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.
public
@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.
Thank you very much @EtienneDG !
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.