Обсуждение: pgsql/src/interfaces/jdbc CHANGELOG jdbc.jpx e ...

Поиск
Список
Период
Сортировка

pgsql/src/interfaces/jdbc CHANGELOG jdbc.jpx e ...

От
Peter Mount
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    peter@hub.org    01/01/31 04:23:45

Modified files:
    src/interfaces/jdbc: CHANGELOG jdbc.jpx
    src/interfaces/jdbc/example: basic.java
    src/interfaces/jdbc/org/postgresql/jdbc1: Statement.java
    src/interfaces/jdbc/org/postgresql/jdbc2: Statement.java
Added files:
    src/interfaces/jdbc/org/postgresql: Statement.java

Log message:
    Wed Jan 31 08:46:00 GMT 2001 peter@retep.org.uk
    - Some minor additions to Statement to make our own extensions more
    portable.
    - Statement.close() will now call ResultSet.close() rather than just
    dissasociating with it.