Quoting "Schmidt, Peter" <[EMAIL PROTECTED]>:
> The jdbc1 driver would not compile until I modified Statement.java:
>
> [javac]
> /usr/src/postgresql-7.1beta4/src/interfaces/jdbc/org/postgresql/jdbc1/Statem
> ent.java:284: Missing term.
>
> was:
> if (result != null) &&
> ((org.postgresql
Title: jdbc1 & debug
The jdbc1 driver would not compile until I modified Statement.java:
[javac] /usr/src/postgresql-7.1beta4/src/interfaces/jdbc/org/postgresql/jdbc1/Statement.java:284: Missing term.
was:
if (result != null) && ((org.postgresql.ResultSet)result.reallyResultSet())