Open
Description
We are trying to use adbc_driver_flightsql
(version 1.2.0) to access our Flight SQL interface, and we are having issues trying to obtain the primary keys (or any other type of constraints) via the table_constraints
field of the result of:
objs = AdbcConnection.adbc_get_objects(depth="columns")
All table_constraints
fields inside objs
come as empty list, and we don't see our Flight SQL interface being asked for table constraints at all...
Is this not yet implemented for Flight SQL?