Closed matthew-wozniczka closed 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.
SQL_DATA_AVAILABLE
I don't think SQLGetData should do this (same reason as for #67)
Agreed. Fixed.
Commit c7035659f0400df623cee6ab182d01a7cc13bea8 closes #86.
Section 3.7 (Variable Typed Columns) states:
I don't think SQLGetData should do this (same reason as for #67)