npgsql - Npgsql: 2005-12-26 Josh Cooley <jbnpgsql@tuxinthebox.net>

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2005-12-26 Josh Cooley <jbnpgsql@tuxinthebox.net>
Date: 2005-12-27 03:33:02
Message-ID: 20051227033302.2C3AB1125070@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
2005-12-26 Josh Cooley <jbnpgsql(at)tuxinthebox(dot)net>

NpgsqlCommandBuilder.cs: Use schema information from GetSchemaTable to produce commands. This allows inserts to omit autoincrement columns.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlCommandBuilder.cs (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommandBuilder.cs.diff?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-27 04:00:08 pgsql: Protect ADD and HEADER symbols from conflicting with MIPS
Previous Message Bruce Momjian 2005-12-26 19:30:45 pgsql: More uses of IS_HIGHBIT_SET() macro.