npgsql - Npgsql: 2006-07-04 Josh Cooley <jbnpgsql@tuxinthebox.net>

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2006-07-04 Josh Cooley <jbnpgsql@tuxinthebox.net>
Date: 2006-07-04 19:04:07
Message-ID: 20060704190407.A9CBC86C58B@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
2006-07-04 Josh Cooley <jbnpgsql(at)tuxinthebox(dot)net>
* Fixed possible memory leak when multiple command builders attached to a single NpgsqlDataAdapter.
* Fixed DataRow state problem where an insert fails. The command builder no longer accepts the changes (but the NpgsqlDataAdapter still does).

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlCommandBuilder.cs (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlCommandBuilder.cs.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2006-07-04 19:04:49 npgsql - Npgsql2: 2006-07-04 Josh Cooley <jbnpgsql@tuxinthebox.net>
Previous Message Tom Lane 2006-07-04 18:07:24 pgsql: Documentation fixes for FILLFACTOR patch.