| From: | fxjr(at)pgfoundry(dot)org (User Fxjr) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | npgsql - Npgsql: 2006-06-16 Francisco Figueiredo Jr. |
| Date: | 2006-06-16 04:49:00 |
| Message-ID: | 20060616044900.8F42586C4BB@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
2006-06-16 Francisco Figueiredo Jr. <fxjrlists(at)yahoo(dot)com(dot)br>
* 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-06-16 12:47:49 | pgsql: Update preload_library magic block wording. |
| Previous Message | Bruce Momjian | 2006-06-16 04:11:48 | pgsql: Test for POSIX_FADV_DONTNEED to use posix_fadvise(). |