npgsql - Npgsql2: Fixed regression where quoting numbers could give

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed regression where quoting numbers could give
Date: 2008-08-09 06:28:43
Message-ID: 20080809062843.7CA7F17AE72B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Fixed regression where quoting numbers could give errors. Now, int2, int4 and int8 aren't quoted anymore.
Thanks Josh Cooley and Mike S for heads up.
See http://pgfoundry.org/forum/message.php?msg_id=1003837 for discussion about this problem.

Modified Files:
--------------
Npgsql2/src/NpgsqlTypes:
NpgsqlTypesHelper.cs (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.cs.diff?r1=1.17&r2=1.18)
Npgsql2/testsuite/noninteractive/NUnit20:
CommandTests.cs (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/CommandTests.cs.diff?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2008-08-09 14:51:38 psqlodbc - psqlodbc: commit test
Previous Message Tom Lane 2008-08-08 17:01:41 pgsql: Install checks in executor startup to ensure that the tuples