SQLDescribeCol not returning correct information for time fields - Mailing list pgsql-odbc

From Scott Ferrett
Subject SQLDescribeCol not returning correct information for time fields
Date
Msg-id 56D9342E.30801@ferrettconsulting.com
Whole thread Raw
List pgsql-odbc
According to
https://msdn.microsoft.com/en-us/library/ms709314%28v=vs.85%29.aspx,
SQLDescribeCol should return "The number of digits to the right of the
decimal point in the seconds part of the value (fractional seconds).
This number cannot be negative." for datetime fields.  The 32bit
PostgreSQL ODBC Driver(ANSI) version 9.05.01.00 always returns 0
regardless of the precision defined for a time or timestamp fields.

Cheers,
  Scott Ferrett



pgsql-odbc by date:

Previous
From: Michael Ma
Date:
Subject: Re: Object-Oriented ODBC in open sources
Next
From: Scott Ferrett
Date:
Subject: Obtaining hundredths of a second data from time data types