npgsql - Npgsql2: Fixed regression with prepared statements with

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed regression with prepared statements with
Date: 2009-03-18 14:54:15
Message-ID: 20090318145415.2BABF17ADE6F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Fixed regression with prepared statements with parameters with sizes. The size of parameters were being added in the statement tail. Thanks Rodrigo Cuevas (bellinux at gmail dot com) for heads up and Lee Ibbotson (lee.ibbotson @nospam@ sequence.co.uk) for patch.

Added testcase for this problem.

Modified Files:
--------------
Npgsql2/testsuite/noninteractive/NUnit20:
CommandTests.cs (r1.26 -> r1.27)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/CommandTests.cs.diff?r1=1.26&r2=1.27)
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.37 -> r1.38)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.37&r2=1.38)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-03-18 16:17:28 pgsql: Add seven kanji characters defined in the Windows 950 codepage to
Previous Message User Fxjr 2009-03-18 14:28:04 npgsql - Npgsql2: Fixed problem where null parameters were being sent