Problem when calling setObject on Timestamp column with JDBC driver - Mailing list pgsql-bugs

From Ian deSouza
Subject Problem when calling setObject on Timestamp column with JDBC driver
Date
Msg-id 000e01c0905c$1c3a07d0$65646464@ian
Whole thread Raw
List pgsql-bugs
I'm having a problem doing a select on an Order with a where clause below,
getting a preparedStatemtnt and calling
preparedStatement.setObject(timeStamp);

Its return nothing and I know there is a row with that orderDate.

SQL: select
OrderID,CustomerID,EmployeeID,OrderDate,RequiredDate,ShippedDate,ShipVia,Fre
ight,ShipName,ShipAddress,ShipCity,ShipRegion,ShipPostalCode,ShipCountry
from Orders where OrderDate=?
Setting value: OrderDate 1996-07-07 23:00:00.0

Could there be a bug here?

pgsql-bugs by date:

Previous
From: Max Vaschenko
Date:
Subject: BUG or feature?
Next
From: Nat Howard
Date:
Subject: 7.1beta4 problem on freebsd 4.2 with JSDK 1.1.8.