I am trying to connect to a Denodo Data source from WSO2 EI using PostgreSQL DB parameters.
I am able to fetch the details using simple queries.
However when I add a simple "where" condition I get the following error :
java.lang.IllegalStateException: Received resultset tuples, but no field structure for them
I am using the following driver downloaded from postgresql website :
postgresql-42.1.3.jar
Note : The postgresql JDBC drivers from Denodo package doesnt seem to work.