1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Some updates prior to retrieving a fresh cvs copy:

Tue Feb 06 19:00:00 GMT 2001 peter@retep.org.uk
        - Completed first two TestCase's for the test suite. JUnit is now
          recognised by ant.
This commit is contained in:
Peter Mount
2001-02-07 09:13:20 +00:00
parent 90670ebdea
commit ca5d71cd07
8 changed files with 388 additions and 5 deletions

View File

@ -353,6 +353,7 @@ public class ResultSet extends org.postgresql.ResultSet implements java.sql.Resu
if (s != null)
{
try
{
val = new BigDecimal(s);