Quoting [EMAIL PROTECTED]:
> Hi,
>
> We just find out a small bug with the getBigDecimal(int i) method in
> ResultSet (postgresql 7.1 beta6)
>
> Th symptom is :
>
> We cannot read a decimal value with getBigDecimal() although, we can set
> it
>
> We solve the problem temporary by replacing th
Hi,
We just find out a small bug with the getBigDecimal(int i) method in
ResultSet (postgresql 7.1 beta6)
Th symptom is :
We cannot read a decimal value with getBigDecimal() although, we can set it
We solve the problem temporary by replacing the source original method
public java.math.Big