Code: Select all
select schemaname.tablename from schema
Are schemas properly supported by Zeoslib?
Code: Select all
select schemaname.tablename from schema
marsupilami wrote: ↑07.09.2020, 09:54 Hello,
usually it should be possible to change the default schema using the catalog property.
Best regards,
Jan
It looks like the URL generated for libpq.dll does not include the search_path.marsupilami wrote: ↑10.09.2020, 10:20 In that case I can only suggest to use something like MyZeosConnection.ExecuteDirect('SET search_path TO myschema,public;').
I created a feature request for tracking this: https://sourceforge.net/p/zeoslib/internaltickets/11/
No - it doesn't. This is what all this is about.
Right now they can only be checked in the code when debugging. Have a look at ZDbcPostgreSql.pas.