We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
struct sqlite3_index_info includes a mask of all column indexes used:
struct sqlite3_index_info
go-sqlite3/sqlite3-binding.h
Line 7487 in 7658c06
This should be included as a parameter to the BestIndex virtual table callback.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
struct sqlite3_index_info
includes a mask of all column indexes used:go-sqlite3/sqlite3-binding.h
Line 7487 in 7658c06
This should be included as a parameter to the BestIndex virtual table callback.
The text was updated successfully, but these errors were encountered: