pgaccess - pgaccess: fixed inserts of null values for ints/floats, - Mailing list pgsql-committers

From cmaj@pgfoundry.org (User Cmaj)
Subject pgaccess - pgaccess: fixed inserts of null values for ints/floats,
Date
Msg-id 20050404174207.B4C72318E94@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: cmaj@pgfoundry.org (User Cmaj)
Date:
Subject: pgaccess - pgaccess: fixed renaming of tables
Next
From: cmaj@pgfoundry.org (User Cmaj)
Date:
Subject: pgaccess - pgaccess: added a couple more types that cannot be empty