npgsql - Npgsql: 2006-07-04 Josh Cooley - Mailing list pgsql-committers

From jbcooley@pgfoundry.org (User Jbcooley)
Subject npgsql - Npgsql: 2006-07-04 Josh Cooley
Date
Msg-id 20060704190407.A9CBC86C58B@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
2006-07-04  Josh Cooley  <jbnpgsql@tuxinthebox.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
NpgsqlDataAdapterstill 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Documentation fixes for FILLFACTOR patch.
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: 2006-07-04 Josh Cooley