alinaliBQ opened a new issue, #47110:
URL: https://github.com/apache/arrow/issues/47110

   ### Describe the enhancement requested
   
   This is a minor issue that doesn't impact majority of BI tools
   
   AC:
   - according to the spec at 
https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlextendedfetch-function?view=sql-server-ver17,
 `SQLExtendedFetch` should return `SQL_SUCCESS_WITH_INFO` for below SQL states:
   
      - 01S01 - Error in row
      - 01S06 - Attempt to fetch before the result set returned the first rowset
      - 22002 - Indicator variable required but not supplied
      - 22003 - Numeric value out of range
      - 22007 - Invalid datetime format
      - 22012 - Division by zero
      - 22015 - Interval field overflow
      - 22018 - Invalid character value for cast specification
   
   ---
   
   Parent issue: https://github.com/apache/arrow/issues/30622
   
   ### Component(s)
   
   C++, FlightRPC


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to