I'm using SQL Workbench to access a postgreSQL database. I downloaded the required plugins and java... But whenever I run a query with a column that contains a date, I get this error message:
Conversion to class java.time.LocalDate from date not supported
See the screenshot: screenshot about the issue
It seems to be a timezone related issue but apart from that I can't get any further -- and when I go through documentations, I find no references to this type of error.
Could you please show me the right direction? Thanks!