Thread: npgsql - Npgsql: 2006-06-16 Francisco Figueiredo Jr.

npgsql - Npgsql: 2006-06-16 Francisco Figueiredo Jr.

From
fxjr@pgfoundry.org (User Fxjr)
Date:
Log Message:
-----------

2006-06-16  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>

    * NpgsqlTypesHelper.cs: [#1000551] Incorrect conversion of decimal type causes ERROR: 22P02: invalid input syntax
fortype numeric. When using prepared commands, decimal numbers were being sent with wrong culture. Now it is sent
correctlywith InvariantCulture. Thanks Radomir Simic (strasha at gmail dot com),  Valentin Gjorgjioski (gjorgjioski at
gmaildot com) and Artem Gelun (admin at enoteka dot ru) for tests and feedback. 

Modified Files:
--------------
    Npgsql/src/NpgsqlTypes:
        NpgsqlTypesHelper.cs (r1.52 -> r1.53)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/NpgsqlTypes/NpgsqlTypesHelper.cs.diff?r1=1.52&r2=1.53)