pgsql/src/interfaces/jdbc/org/postgresql/core ...

Поиск
Список
Период
Сортировка
От davec@postgresql.org (Dave Cramer)
Тема pgsql/src/interfaces/jdbc/org/postgresql/core ...
Дата
Msg-id 20020321032031.839E9475A87@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    davec@postgresql.org    02/03/20 22:20:30

Modified files:
    src/interfaces/jdbc/org/postgresql/core: QueryExecutor.java
Added files:
    src/interfaces/jdbc/org/postgresql/core: QueryExecutor2.java

Log message:
    Two versions of QueryExecutor, currently only version 2 works 100%
    these versions adhere to the backend protocol better than previous version
    fixes problem when an error occurs on the backend, and the connection is still used
    previous versions were throwing an exception half way through the protocol, leaving it
    indeterminate.
    also removes empty query code, should speed things up a bit


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

Предыдущее
От: davec@postgresql.org (Dave Cramer)
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql/fastp ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/src/bin/pg_dump pg_dump.c