[C++][FlightRPC][ODBC] Implement support for SQL_DRIVER_AWARE_POOLING_SUPPORTED
Open
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
Assessment
This issue has not been assessed yet.