Skip to content

explain query plan select is too strict about whitespace #1588

@simonw

Description

@simonw

explain query plan select * from facetable is allowed: https://latest.datasette.io/fixtures?sql=explain+query+plan+select+*+from+facetable

But... explain query plan select * from facetable (with two spaces before the select) returns a "Statement must be a SELECT" error: https://latest.datasette.io/fixtures?sql=explain+query+plan++select+*+from+facetable

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugminorMinor bugs (not high priority)

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions