yazan suleiman <yazan.suleiman@gmail.com> writes:
> I've done more research. This problem appears at the database level. I
> excluded JDBC by running explain anaylze on 2 different statement, the first
> is a prepared one The prepared showed the same behavior. Please see below:
Try declaring the parameter the same type as the column it's being
compared to (which you didn't mention, but I'm guessing it's NUMERIC).
regards, tom lane