You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Limitation Section in ODBC ReadMe. This GitHub issue adds slightly more context to the ReadMe section.
Conversion from timestamp data type with specified time zone value to strings is not supported, as timezone database needs to be installed on users' machines. This doesn't impact usage of ODBC with Power BI on Windows, and Excel on macOS and Windows because these apps doesn't attempt to convert timestamp data to strings. See [C++] Cannot locate UTC timezone error on Windows machine #47504 for more context.
Conversion from strings to big int data type has a limit range of -9007199254740992 to 9007199254740992. Users can run into this on macOS Excel, because macOS Excel gets ODBC to retrieve the data as strings and then ask ODBC to convert the data to big int. Implementation at scalar_cast_numeric.cc set this limit:
Describe the enhancement requested
Add Limitation Section in ODBC ReadMe. This GitHub issue adds slightly more context to the ReadMe section.
scalar_cast_numeric.ccset this limit:arrow/cpp/src/arrow/compute/kernels/scalar_cast_numeric.cc
Lines 213 to 227 in 2fcc3ec
Component(s)
Documentation, FlightRPC, C++