From: | fxjr(at)pgfoundry(dot)org (User Fxjr) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | npgsql - Npgsql2: Added method AddWithValue and made Add(String, |
Date: | 2009-12-19 15:30:36 |
Message-ID: | 20091219153036.17364107207F@pgfoundry.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Added method AddWithValue and made Add(String, object) obsolete and this was causing ambiguity problems with Add and NpgsqlDbType and DbType. See http://pgfoundry.org/tracker/index.php?func=detail&aid=1010714&group_id=1000140&atid=590 and http://pgfoundry.org/tracker/index.php?func=detail&aid=1010715&group_id=1000140&atid=592 for more details. Thanks Gildas (prime.gildas @nospam@ gmail.com) for heads up and discussion about that. Note that the issue of adding a new method which takes a DbType parameter is not finished yet. We should check if this is still needed.
Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlParameterCollection.cs (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameterCollection.cs?r1=1.9&r2=1.10)
Npgsql2/testsuite/noninteractive/NUnit20:
CommandTests.cs (r1.32 -> r1.33)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/CommandTests.cs?r1=1.32&r2=1.33)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2009-12-19 17:49:50 | pgsql: Convert tabs to spaces in SGML. |
Previous Message | Jaime Casanova | 2009-12-19 14:43:16 | Re: Re: [COMMITTERS] pgsql: Allow read only connections during recovery, known as Hot |