| From: | fxjr(at)pgfoundry(dot)org (User Fxjr) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | npgsql - Npgsql2: Added a fix for caseinsensitive parameter names in |
| Date: | 2010-01-11 01:58:35 |
| Message-ID: | 20100111015835.064391071E02@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Added a fix for caseinsensitive parameter names in query strings. Thanks Antonio Leiva for the patch!
Added test case for this bug.
Also added a pending testcase for NpgsqlInet types returned from NpgsqlDataReader.GetValue(). This test is not working yet because of pending fixes in Npgsql. But the test is ok.
Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.43 -> r1.44)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs?r1=1.43&r2=1.44)
Npgsql2/testsuite/noninteractive/NUnit20:
CommandTests.cs (r1.33 -> r1.34)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/CommandTests.cs?r1=1.33&r2=1.34)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2010-01-11 14:16:18 | pgsql: remove use of temp file for perlchunks.h, as in recent change to |
| Previous Message | Tom Lane | 2010-01-10 22:19:17 | pgsql: Some trivial adjustments in comments for struct RelationData. |