Re: Bug report: x64 Row status Array uses wrong data type
Clemens Ladisch <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <[email protected]> |
Jari Siikarla wrote: > The array returned from fetch for row statuses uses 16 bit values > instead of 64 bit values. https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlsetstmtattr-function says: | SQL_ATTR_ROW_STATUS_PTR | An SQLUSMALLINT * value that points to an array of SQLUSMALLINT | values containing row status values after a call to SQLFetch or | SQLFetchScroll. > Client is set ODBC version 2 SQL_ATTR_ROW_STATUS_PTR was introduced in ODBC 3.0. Regards, Clemens