npgsql - Npgsql2: Fixed regression where quoting numbers could give - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Fixed regression where quoting numbers could give
Date
Msg-id 20080809062843.7CA7F17AE72B@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Install checks in executor startup to ensure that the tuples
Next
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: psqlodbc - psqlodbc: commit test