You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
It looks like the framework is there to build the result but what needs to be wired up between shared_utils.go and flightsql_connection.go is a way to inject a helper function to actually fetch and populate constraint info
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 thetable_constraints
field of the result of:All
table_constraints
fields insideobjs
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?
The text was updated successfully, but these errors were encountered: