Error on PostgreSQL, ZStoredProc and function with schema
Posted: 03.12.2019, 13:08
I'm try to migrate my project from zeos rev.3936 to current version
Zeos show error on open ZStoredProc1.Open;
If the function is in the public schema, then everything works.
If the function is in any other schema, I specify the schema name in the function name - for example, test21.sp_test
I get an error.
ZQuery with a similar query works fine
select
*
from
test21.sp_test (1, 3)
Tested on revision 6172 and 6150 - error present.
Old version of zeos work normal.
Zeos show error on open ZStoredProc1.Open;
If the function is in the public schema, then everything works.
If the function is in any other schema, I specify the schema name in the function name - for example, test21.sp_test
I get an error.
ZQuery with a similar query works fine
select
*
from
test21.sp_test (1, 3)
Tested on revision 6172 and 6150 - error present.
Old version of zeos work normal.