alinaliBQ opened a new issue, #47871: URL: https://github.com/apache/arrow/issues/47871
### Describe the enhancement requested In SQLFetch, handle case where `SQL_DESC_BIND_OFFSET_PTR` (offset) and `SQL_DESC_OCTET_LENGTH` (buffer length in SQLBindCol) are not equal. See https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlfetch-function?view=sql-server-ver17#other-descriptor-fields for fields used by SQLFetch. https://github.com/apache/arrow/blob/5f616db1491478dc85cc62eb0771730224479750/cpp/src/arrow/flight/sql/odbc/odbc_impl/odbc_statement.cc#L319-L320 Parent issue: https://github.com/apache/arrow/issues/30622 ### Component(s) FlightRPC, C++ -- 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]
