Skip to content

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

@justing-bq

Description

@justing-bq

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions