Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqliteai/sqlite-vector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.91
Choose a base ref
...
head repository: sqliteai/sqlite-vector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.92
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Feb 21, 2026

  1. Some issues fixed

    #: 1
      Severity: HIGH
      File: distance-avx512.c:877
      Fix: Removed (n+7)/8 — n is already byte count from all callers, matching CPU/NEON/SSE2/AVX2 backends
      ────────────────────────────────────────
      #: 2
      Severity: MEDIUM
      File: sqlite-vector.c:1949
      Fix: Added vector_allocated flag and sqlite3_free calls on all exit paths in vCursorFilterCommon when vector was allocated by vector_from_json
      ────────────────────────────────────────
      #: 3
      Severity: LOW
      File: sqlite-vector.c:1194
      Fix: Swapped the ternary branches so is_without_rowid==true gets the "must have INTEGER PRIMARY KEY" error and is_without_rowid==false gets the "Out of memory"
        error
      ────────────────────────────────────────
      #: 4
      Severity: LOW
      File: sqlite-vector.c:1058
      Fix: Added KEY_MATCH macro that checks key_len == sizeof(key)-1 before strncasecmp, preventing prefix matches like "ty" matching "type"
    marcobambini committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    b9b1f73 View commit details
    Browse the repository at this point in the history
Loading