-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
Trying to use EXPLAIN a query in ODBC. If I run a select query it generates the expected output, if I add EXPLAIN to the front I get no output. If I turn profiling on (e.g. SET enable_profiling = 'query_tree';) then I get the expected profiling output including treees. When run from command line client, EXPLAIN works as expected.
Running ODBC driver version v1.3.2.0 on Windows from C# console app.
Originally reported on Discord tagging @staticlibs who I hope is @alexk.
I’m happy to help debug…I used to have a Cmake file that would build VS2022 project where ODBC driver is compiled in so that debugger can be used but that was before ODBC driver was split out of main project. I might try to revisit that if devs don’t find anything obvious.
Metadata
Metadata
Assignees
Labels
No labels