microsoft / ODBC-Specification

Microsoft ODBC Specification
Other
122 stars 40 forks source link

SQLGetData returning SQL_DATA_AVAILABLE #86

Closed matthew-wozniczka closed 7 years ago

matthew-wozniczka commented 7 years ago

Section 3.7 (Variable Typed Columns) states:

If set to True, SQLFetch, SQLFetchScroll, SQL_NextColumn and SQLGetData return SQL_DATA_AVAILABLE if new columns are discovered/added to the IRD while retrieving results.

I don't think SQLGetData should do this (same reason as for #67)

mikepizzo commented 7 years ago

Agreed. Fixed.

lpillar commented 7 years ago

Commit c7035659f0400df623cee6ab182d01a7cc13bea8 closes #86.