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
Describe the enhancement requested
Calling
SQLGetInfoon attributeSQL_DRIVER_AWARE_POOLING_SUPPORTEDworks 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