I just upgraded my CommandBox to 2.1 and the CLI from 1.02 > 1.07
Previously my CFWHEELS app was successfully running on CommandBox and now doesn’t work due to a Postgresql error which I presume has to do with the version of Lucee in CB 2.1
Method org.postgresql.jdbc4.Jdbc4PreparedStatement.setQueryTimeout(int) is not yet implemented.
Is there a way to update the drivers used with the internal Lucee server and/or update Lucee itself?
Hi, you are correct that there is a bug in the newest version of Lucee we used that does not support the PostgreSQL driver it shipped with. The driver was updated to a new version that was incompatible. You can read more about it in this ticket:
That’s excellent and thanks for following up! Apologies for the troubles-- this is what we get for updating to a development version of Lucee that wasn’t fully tested