mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
define SQLITE_INDEX_CONSTRAINT_OFFSET
This commit is contained in:
parent
8369dfe72d
commit
1a21336ae5
1 changed files with 4 additions and 0 deletions
|
|
@ -105,6 +105,10 @@ typedef size_t usize;
|
|||
#define SQLITE_INDEX_CONSTRAINT_LIMIT 73
|
||||
#endif
|
||||
|
||||
#ifndef SQLITE_INDEX_CONSTRAINT_OFFSET
|
||||
#define SQLITE_INDEX_CONSTRAINT_LIMIT 74
|
||||
#endif
|
||||
|
||||
#define countof(x) (sizeof(x) / sizeof((x)[0]))
|
||||
#define min(a, b) (((a) <= (b)) ? (a) : (b))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue