apache / apache/arrow

[C++][FlightRPC][ODBC] Implement support for SQL_DRIVER_AWARE_POOLING_SUPPORTED

Open
#49,782 0 comments 0 reactions 0 assignees View on GitHub
Component: C++ Component: FlightRPC Type: enhancement
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the enhancement requested

Calling `SQLGetInfo` on attribute `SQL_DRIVER_AWARE_POOLING_SUPPORTED` works fine on Windows & Mac because the respective driver managers handle it instead of the driver. But on Linux, the driver manager unixODBC hands this off to the driver but our driver does not have any logic defined for this attribute.

### Component(s)

C++, FlightRPC

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.