mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
New stuff from Peter Mount for jdbc.
This commit is contained in:
@@ -123,7 +123,7 @@ public class psql
|
||||
if(rs.wasNull())
|
||||
System.out.print("{null}"+(i<cols?"\t":"\n"));
|
||||
else
|
||||
System.out.print(rs.getObject(i).toString()+(i<cols?"\t":"\n"));
|
||||
System.out.print(o.toString()+(i<cols?"\t":"\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user