Jason Proctor

Results 2 issues of Jason Proctor

calling pool.status() results in the following error -- Error: Could not find method "isValid(java.lang.Integer)" on class "class org.postgresql.jdbc4.Jdbc4Connection". Possible matches: public boolean org.postgresql.jdbc4.Jdbc4Connection.isValid(int) throws java.sql.SQLException -- the result of connStatus()...

does setDate() work? for me it seems to leave the column value null. for test purposes i'm just using "new Date()" as the value passed in.