pgsql/src/interfaces/jdbc (CHANGELOG Makefile)

Поиск
Список
Период
Сортировка
От Peter Mount
Тема pgsql/src/interfaces/jdbc (CHANGELOG Makefile)
Дата
Msg-id 200006061105.e56B5vk65404@hub.org
обсуждение исходный текст
Список pgsql-committers
Date: Tuesday, June  6, 2000 @ 07:05:56
Author: peter

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/jdbc
     from hub.org:/home/projects/pgsql/tmp/cvs-serv65085

Modified Files:
    CHANGELOG Makefile

-----------------------------  Log Message  -----------------------------

Added org/postgresql/DriverClass.java to the list of files removed by make clean (it's dynamically built)
Fixed Statement, so that the update count is valid when an SQL DELETE operation is done.
While fixing the update count, made it easier to get the OID of the last insert as well. Example is in
example/basic.java


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: [WEBMASTER] 'www/html sites.html'
Следующее
От: Peter Mount
Дата:
Сообщение: pgsql/src/interfaces/jdbc/example (basic.java)