Hello i am experiencing a bug with PostgreSQLDbAdapter. When i call a function that calls inside other functions the PostgreSQLDbAdapter throwhs that error.
SQLSTATE[42883]: Undefined function: 7 ERROR: function st_y(public.geometry) does not exist LINE 14: ST_Y(dataset.coastline_gps) AS coastline_lon, ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.
When i use the regular pg_connect and i am doing the same query it works properly.
Can you think what can be causing that problem?