npgsql - Npgsql2: Changed mechanism used to calculate fractional seconds

From: jbcooley(at)pgfoundry(dot)org (User Jbcooley)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Changed mechanism used to calculate fractional seconds
Date: 2009-05-31 17:06:08
Message-ID: 20090531170608.93C0817ADF1A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Changed mechanism used to calculate fractional seconds so they get represented correctly in string format.

Modified Files:
--------------
Npgsql2/src/NpgsqlTypes:
DateDatatypes.cs (r1.6 -> r1.7)
(http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Fnpgsql%2FNpgsql2%2Fsrc%2FNpgsqlTypes%2FDateDatatypes.cs%3Fr1%3D1.6%26r2%3D1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2009-05-31 18:45:22 npgsql - Npgsql2: NpgsqlDate tests.
Previous Message User Jbcooley 2009-05-31 17:04:43 npgsql - Npgsql2: New tests to represent precision in ToString().