Skip to content

No output when using EXPLAIN via ODBC #200

@bucweat

Description

@bucweat

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions