Thread: npgsql - Npgsql2: Fixed regression where quoting numbers could give

npgsql - Npgsql2: Fixed regression where quoting numbers could give

From
fxjr@pgfoundry.org (User Fxjr)
Date:
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)