npgsql - Npgsql2: Really fixed culture dependent representation of

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Really fixed culture dependent representation of
Date: 2009-02-26 02:06:58
Message-ID: 20090226020658.A417517ADEBE@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Really fixed culture dependent representation of floating numbers. Now it uses a invariant culture representation. Thanks Antonio Leiva for heads up.

Modified Files:
--------------
Npgsql2/src/NpgsqlTypes:
NpgsqlTypeConverters.cs (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypeConverters.cs.diff?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-02-26 16:02:39 pgsql: Add a -w/--no-password option that prevents all password prompts
Previous Message Fujii Masao 2009-02-25 22:52:48 Re: [COMMITTERS] pgsql: Start background writer during archive recovery.