Log Message:
-----------
2006-06-16 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* NpgsqlTypesHelper.cs: [#1000551] Incorrect conversion of decimal type
causes ERROR: 22P02: invalid input syntax for type numeric. When using prepared
commands, decimal numbers were being sent with wrong culture. Now it is sent
correctly with InvariantCulture. Thanks Radomir Simic (strasha at gmail dot
com), Valentin Gjorgjioski (gjorgjioski at gmail dot 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)
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match