Subject: | Loader db_schema options doesn't work with Postgres (and probably others) |
I've got two schemas in my Pg DB: 'public' and 'tb_meta' .
When I pass db_schema => [ 'public' , 'tb_meta' ] in the options of 'make_schema_at' , NO ResultSets are generated.
When I don't use any db_schema option, only the resultsets from 'public' are built, which is normal.
The interesting thing is when I just use db_schema => [ 'public' ] , it doesn't work neither. This probably points to a defect in the framework itself rather than in the Pg specific loader.
NOTE: I'm not after full qualification of table names, as I set my search_path correctly at runtime.
Is there a quick workaround?
Thanks for your support.