[ psqlodbc-Bugs-1010540 ] invalid timestamp string generated for subseconds = 0

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1010540 ] invalid timestamp string generated for subseconds = 0
Date: 2008-12-26 19:06:10
Message-ID: 20081226190610.46FDB17ADE5F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1010540, was opened at 2008-12-26 14:06
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010540&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Brian Feldman (brianfeldman)
Assigned to: Nobody (None)
Summary: invalid timestamp string generated for subseconds = 0

Initial Comment:
The timestamp string conversion contains a spurious "." with no trailing digits if the subseconds value is exactly 0. PostgreSQL cannot parse this. This would be an appropriate fix, I think, by removing the trailing "." as well if all the trailing "0" characters after it were removed.

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010540&group_id=1000125

Browse pgsql-odbc by date

  From Date Subject
Next Message noreply 2008-12-29 20:42:15 [ psqlodbc-Bugs-1010541 ] applications crash with SIGPIPE
Previous Message Dave Page 2008-12-18 08:37:50 Re: Numeric datatype doesn't match those from older driver version ?