Prepare 3.51.0.

This commit is contained in:
Nuno Cruces
2025-10-15 16:25:35 +01:00
parent 1db4366226
commit 0b040d3f09
5 changed files with 21 additions and 7 deletions

View File

@@ -154,6 +154,7 @@ func (c *closure) BestIndex(idx *sqlite3.IndexInfo) error {
return sqlite3.CONSTRAINT
}
idx.IdxFlags = sqlite3.INDEX_SCAN_HEX
idx.EstimatedCost = cost
idx.IdxNum = plan
return nil