Re: [BUGS] getBigDecimal problem

2001-03-21 Thread Peter T Mount
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

[BUGS] getBigDecimal problem

2001-03-20 Thread svetsch
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