mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
whoops
This commit is contained in:
parent
1a21336ae5
commit
26fbdf22eb
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ typedef size_t usize;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SQLITE_INDEX_CONSTRAINT_OFFSET
|
#ifndef SQLITE_INDEX_CONSTRAINT_OFFSET
|
||||||
#define SQLITE_INDEX_CONSTRAINT_LIMIT 74
|
#define SQLITE_INDEX_CONSTRAINT_OFFSET 74
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define countof(x) (sizeof(x) / sizeof((x)[0]))
|
#define countof(x) (sizeof(x) / sizeof((x)[0]))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue