While connecting to the Clarity PPM database using JDBC driver - postgresql-42.2.6.jar, running SQL statements like: SELECT * FROM INV_INVESTMENTS are failing over. This is occurring in both cases, while running SQL queries using JasperSoft Studio as well as from a SQL editor, that is using this JDBC adapter for connection.
SQL statement like, SELECT * FROM <table> are failing on any table that has a SQL curve.
Steps to Reproduce:
Expected Results:
The above query should execute and all the columns from the INV_INVESTMENTS table should be listed
Actual Results:
The query does not execute and the following error is being observed:
Release : This is being observed in Clarity version: 16.1.1.1485 00 01 12 and JasperSoft Studio version 7.9, using the JDBC driver: postgresql-42.2.6.jar
This issue is occurring when the following JDBC Driver: postgresql-42.2.6.jar , is being used.
Note: This issue does not occur for all tables, it is mostly observed for tables which has a SQL curve data type.
The observed issue is identified with the postgresql driver, following are the recommended steps: