Skip to content

vtable BestIndex callback missing colUsed input #1323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
theimpostor opened this issue Mar 3, 2025 · 0 comments · May be fixed by #1336
Open

vtable BestIndex callback missing colUsed input #1323

theimpostor opened this issue Mar 3, 2025 · 0 comments · May be fixed by #1336

Comments

@theimpostor
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant