Re: PreparedStatement.setDate() behavior with OVERLAPS - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: PreparedStatement.setDate() behavior with OVERLAPS
Date
Msg-id 20118.1439304567@sss.pgh.pa.us
Whole thread Raw
In response to Re: PreparedStatement.setDate() behavior with OVERLAPS  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: PreparedStatement.setDate() behavior with OVERLAPS  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
It strikes me that maybe the root problem is that Christopher is doing
things in such an order that the server is asked to parse the SQL string
before the setDate() is done.  Don't know enough details about JDBC to
translate that idea into code, though.

            regards, tom lane


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: PreparedStatement.setDate() behavior with OVERLAPS
Next
From: Dave Cramer
Date:
Subject: Re: PreparedStatement.setDate() behavior with OVERLAPS