pgaccess - pgaccess: fixed inserts of null values for ints/floats,

Поиск
Список
Период
Сортировка
От cmaj@pgfoundry.org (User Cmaj)
Тема pgaccess - pgaccess: fixed inserts of null values for ints/floats,
Дата
Msg-id 20050404174207.B4C72318E94@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
fixed inserts of null values for ints/floats, particular
helpful with serial types that need to not be mentioned in
the table insert statement in order to fire and increment
automatically (otherwise, the value you supply for that
column is taken and the sequence is not updated)

Modified Files:
--------------
    pgaccess/lib:
        tables.tcl (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/tables.tcl.diff?r1=1.3&r2=1.4)

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

Предыдущее
От: cmaj@pgfoundry.org (User Cmaj)
Дата:
Сообщение: pgaccess - pgaccess: fixed renaming of tables
Следующее
От: cmaj@pgfoundry.org (User Cmaj)
Дата:
Сообщение: pgaccess - pgaccess: added a couple more types that cannot be empty