Hello MashZone Community

I am having trouble running MashZone with Postgres 8.4. This is an open source database. From the release notes I understand that MashZone has not been tested with this database.

I am getting the following error message when trying to execute an sql query:

- "Method org.postgresql.jdbc4.Jdbc4Statement.setQueryTimeout(int) is not yet implemented."

I have been able to connect using several different JDBC drivers all with no problems, but all returning the same error message.

I am assuming that the JDBC drivers of postgres truly don't have time-outs implemented. I have googled the error message and found that other software vendors had to adjust their software accordingly.

Thus my questions: Is it possible to disable the timeout call while executing SQL queries to a database?

 

 or register to reply.

Notify Moderator