[ psqlodbc-Bugs-1010540 ] invalid timestamp string generated for subseconds = 0 - Mailing list pgsql-odbc

From
Subject [ psqlodbc-Bugs-1010540 ] invalid timestamp string generated for subseconds = 0
Date
Msg-id 20081226190610.46FDB17ADE5F@pgfoundry.org
Whole thread Raw
List 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.
PostgreSQLcannot parse this.  This would be an appropriate fix, I think, by removing the trailing "." as well if all
thetrailing "0" characters after it were removed. 

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

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

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Numeric datatype doesn't match those from older driver version ?
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1010541 ] applications crash with SIGPIPE