Alina (Xi) Li
Alina (Xi) Li
Our driver does not support `SQLBindParameter`, so we define `SQLBindParameter` to return `SQL_ERROR` save a statement diagnostic message saying that "SQLBindParameter is not supported", but calls to SQLBindParameter causes libiodbc...
When I set `PGSSLMODE` to `require` or `prefer`, I get `TypeError: this.stream.write is not a function` error when I try to run the tests under `packages/pg`. What could be the...
### Rationale for this change * Build Arrow Flight SQL ODBC DLL from `flightsql` and `odbcabstraction` component. * The ODBC driver will be available in Windows only. ### What changes...
### Describe the enhancement requested In https://github.com/apache/arrow/pull/14508#issuecomment-1292178354, it was proposed that `google::protobuf::ShutdownProtobufLibrary` should be called after all tests that use protobuf. We should move [`protobuf_test_util.cc`](https://github.com/apache/arrow/blob/main/cpp/src/arrow/engine/substrait/protobuf_test_util.cc) into a more common location...
### Rationale for this change https://github.com/apache/arrow/issues/48312 ### What changes are included in this PR? - Add new ODBC workflow for Windows MSVC - Added build fixes to enable build on...
### Rationale for this change ODBC scroll fetch implementation. This is part of advance ODBC data fetching. ### What changes are included in this PR? - Implement SQLFetchScroll, only fetch...
### Rationale for this change Add support for returning columns metadata from the connected data source. ### What changes are included in this PR? - SQLColumns & Test ### Are...
### Rationale for this change Implement ODBC to return information about data types supported by the data source ### What changes are included in this PR? - SQLGetTypeInfo & Tests...
### Rationale for this change Implement SQLDescribeCol which "returns the result descriptor - column name,type, column size, decimal digits, and nullability - for one column in the result set. This...
### Rationale for this change Add SQLGetFunctions Tests to make sure the ODBC driver manager's implementation SQLGetFunctions is same as expected. The ODBC driver manager interacts with the Flight SQL...