npgsql - Npgsql2: Fixed a bug where boolean values were being quoted

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed a bug where boolean values were being quoted
Date: 2008-10-11 00:34:18
Message-ID: 20081011003418.CA3D117ADE03@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Fixed a bug where boolean values were being quoted which caused problems with edmgen support. Also, fixed a problem raised by this modification when using protocol 2: when issuing an execute statement after being prepared the cast wasn't being issued. It was being sent as execute npgsqlplan1(1) when it should be execute npgsqlplan1(1::bit).

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlCommand.cs (r1.29 -> r1.30)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs.diff?r1=1.29&r2=1.30)
Npgsql2/src/NpgsqlTypes:
NpgsqlTypesHelper.cs (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.cs.diff?r1=1.19&r2=1.20)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-10-11 01:28:43 Re: pgsql: Add missing header.
Previous Message Alvaro Herrera 2008-10-11 00:09:33 pgsql: Add missing header.