CurtHagenlocher commented on issue #1243: URL: https://github.com/apache/arrow-adbc/issues/1243#issuecomment-1789755103
ODBC notifies you that these are available via the result code SQL_SUCCESS_WITH_INFO. The application then needs to call SqlGetDiagRec in order to get the information. Any API call is free to return SQL_SUCCESS_WITH_INFO, which I've found somewhat annoying in practice but could obviously work as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
