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

From: cmaj(at)pgfoundry(dot)org (User Cmaj)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgaccess - pgaccess: fixed inserts of null values for ints/floats,
Date: 2005-04-04 17:42:07
Message-ID: 20050404174207.B4C72318E94@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Cmaj 2005-04-04 17:55:57 pgaccess - pgaccess: added a couple more types that cannot be empty
Previous Message User Cmaj 2005-04-04 17:05:04 pgaccess - pgaccess: fixed renaming of tables