pgsql/src/interfaces/jdbc CHANGELOG org/postgr ...

Поиск
Список
Период
Сортировка
От Peter Mount
Тема pgsql/src/interfaces/jdbc CHANGELOG org/postgr ...
Дата
Msg-id 200102131639.f1DGd8q18544@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    peter@hub.org    01/02/13 11:39:06

Modified files:
    src/interfaces/jdbc: CHANGELOG
    src/interfaces/jdbc/org/postgresql: Field.java ResultSet.java
    src/interfaces/jdbc/org/postgresql/jdbc2: Connection.java
                                              DatabaseMetaData.java
                                              PreparedStatement.java
                                              ResultSet.java
                                              Statement.java
    src/interfaces/jdbc/org/postgresql/test: JDBC2Tests.java
    src/interfaces/jdbc/org/postgresql/test/jdbc2:
                                                   ConnectionTest.java
    src/interfaces/jdbc/org/postgresql/util: PGmoney.java
Added files:
    src/interfaces/jdbc/org/postgresql/test/jdbc2:
                                                   DatabaseMetaDataTest.java
                                                   DateTest.java
                                                   JBuilderTest.java
                                                   MiscTest.java
                                                   TimeTest.java
                                                   TimestampTest.java

Log message:
    Some more including the patch to DatabaseMetaData backed out by Bruce.

    Tue Feb 13 16:33:00 GMT 2001 peter@retep.org.uk
    - More TestCases implemented. Refined the test suite api's.
    - Removed need for SimpleDateFormat in ResultSet.getDate() improving
    performance.
    - Rewrote ResultSet.getTime() so that it uses JDK api's better.

    Tue Feb 13 10:25:00 GMT 2001 peter@retep.org.uk
    - Added MiscTest to hold reported problems from users.
    - Fixed PGMoney.
    - JBuilder4/JDBCExplorer now works with Money fields. Patched Field &
    ResultSet (lots of methods) for this one. Also changed cash/money to
    return type DOUBLE not DECIMAL. This broke JBuilder as zero scale
    BigDecimal's can't have decimal places!
    - When a Statement is reused, the previous ResultSet is now closed.
    - Removed deprecated call in ResultSet.getTime()

    Thu Feb 08 18:53:00 GMT 2001 peter@retep.org.uk
    - Changed a couple of settings in DatabaseMetaData where 7.1 now
    supports those features
    - Implemented the DatabaseMetaData TestCase.

    Wed Feb 07 18:06:00 GMT 2001 peter@retep.org.uk
    - Added comment to Connection.isClosed() explaining why we deviate from
    the JDBC2 specification.
    - Fixed bug where the Isolation Level is lost while in autocommit mode.
    - Fixed bug where several calls to getTransactionIsolationLevel()
    returned the first call's result.


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/interfaces/jdbc/postgresql fastpath/ ...
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: Recent patch to DatabaseMetaData