Describe the bug, including details regarding any error messages, version, and platform.
When using Apache Arrow Flight SQL ODBC Driver against InfluxDB 3, dataset preview succeeds. However schema discovery fails because Bold Reports invokes:
command.ExecuteReader(CommandBehavior.SchemaOnly)
which results in:
HY010 [Apache Arrow][Flight SQL] (100) Function sequence error
Normal ExecuteReader() works successfully.
Does the Metadata retrieval fully supported?
Windows
64 bit driver
Language code: C#
Net core platform
Component(s)
Other, C#
Describe the bug, including details regarding any error messages, version, and platform.
When using Apache Arrow Flight SQL ODBC Driver against InfluxDB 3, dataset preview succeeds. However schema discovery fails because Bold Reports invokes:
command.ExecuteReader(CommandBehavior.SchemaOnly)
which results in:
HY010 [Apache Arrow][Flight SQL] (100) Function sequence error
Normal ExecuteReader() works successfully.
Does the Metadata retrieval fully supported?
Windows
64 bit driver
Language code: C#
Net core platform
Component(s)
Other, C#