Skip to content

vtable BestIndex callback missing colUsed input #1323

Open
@theimpostor

Description

@theimpostor

struct sqlite3_index_info includes a mask of all column indexes used:

sqlite3_uint64 colUsed; /* Input: Mask of columns used by statement */

This should be included as a parameter to the BestIndex virtual table callback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions