mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
- Expand sqlite-vec-internal.h with scanner/tokenizer types, vector column definition types, and parser function declarations - Fix min_idx declaration to match actual C signature (add candidates, bTaken, k_used params) - Compile test-unit with -DSQLITE_CORE and link vendor/sqlite3.c so sqlite3 API functions (sqlite3_strnicmp, sqlite3_mprintf, etc.) resolve - Add unit tests for vec0_token_next, Vec0Scanner, and vec0_parse_vector_column - Fix Rust build.rs to define SQLITE_CORE and compile vendor/sqlite3.c - Fix Rust min_idx FFI signature and wrapper to match actual C function Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __snapshots__ | ||
| afbd | ||
| correctness | ||
| fuzz | ||
| leak-fixtures | ||
| minimum | ||
| .gitignore | ||
| .python-version | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| conftest.py | ||
| fuzz.py | ||
| pyproject.toml | ||
| skip.test-correctness.py | ||
| sqlite-vec-internal.h | ||
| test-auxiliary.py | ||
| test-general.py | ||
| test-knn-distance-constraints.py | ||
| test-loadable.py | ||
| test-metadata.py | ||
| test-partition-keys.py | ||
| test-unit.c | ||
| test-wasm.mjs | ||
| unittest.rs | ||
| utils.py | ||
| uv.lock | ||