Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Jon ClausenJon ClausenPriority
MajorLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Jon Clausen
Jon ClausenPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 20 August 2015 at 20:43
Updated 12 May 2021 at 14:02
Resolved 21 August 2015 at 14:34
PostgreSQL queries against the native JDBC PostgreSQL driver failing with errror:
Method org.postgresql.jdbc4.Jdbc4PreparedStatement.setQueryTimeout(int) is not yet implemented.
Swapping out the driver with newer JDBC 4 versions changes the error to a query syntax error above 9.2-1004, but still fails a basic SELECT * query.
Rolling back to Lucee 4.5.1.008 (the release version for CommandBox 2.0.0+0009) resolves the issue.