When I run the statement 'select st_srid(geom) as epsg from my.table' on the psql command prompt, it correctly returns 31468
When I do the same in the SQLExecutor transformer, in returns 0.
Doing the same exercise with 'select count(*) as my_counter', the results are identical.
What is wrong here? The docs?