sqlite-vec/tests/__snapshots__
Alex Garcia b7fc459be4 Enable auxiliary columns for rescore, IVF, and DiskANN indexes
The constructor previously rejected auxiliary columns (+col) for all
non-flat index types. Analysis confirms all code paths already handle
aux columns correctly — aux data lives in _auxiliary shadow table,
independent of the vector index structures.

Remove the three auxiliary column guards. Metadata and partition key
guards remain in place (separate analysis needed).

Adds 8 snapshot-based tests covering shadow table creation, insert+KNN
returning aux values, aux UPDATE, aux DELETE cleanup, and DROP TABLE
for both rescore and DiskANN. IVF aux verified with IVF-enabled build.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 18:27:02 -07:00
..
test-auxiliary.ambr Enable auxiliary columns for rescore, IVF, and DiskANN indexes 2026-03-31 18:27:02 -07:00
test-general.ambr test: shadow snapshot update 2026-02-13 06:59:18 -08:00
test-insert-delete.ambr Redact version from info table snapshot to avoid test failures on version bumps 2026-03-17 00:09:28 -07:00
test-knn-distance-constraints.ambr Support constaints on distance column in KNN queries, for pagination and range queries (#166) 2026-02-13 06:38:26 -08:00
test-metadata.ambr Fix SQLITE_DONE leak in ClearMetadata that broke DELETE on long text metadata (#274) (#275) 2026-03-30 16:39:59 -07:00
test-partition-keys.ambr PARTITION KEY support (#122) 2024-11-20 00:02:04 -08:00