mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
drop th econst?
This commit is contained in:
parent
b7bfe1f805
commit
50f6886ac3
1 changed files with 2 additions and 2 deletions
|
|
@ -6295,7 +6295,7 @@ int sqlite3_vec_init(sqlite3 *db, char **pzErrMsg,
|
|||
const int DEFAULT_FLAGS =
|
||||
SQLITE_UTF8 | SQLITE_INNOCUOUS | SQLITE_DETERMINISTIC;
|
||||
|
||||
static const struct {
|
||||
static struct {
|
||||
const char *zFName;
|
||||
void (*xFunc)(sqlite3_context *, int, sqlite3_value **);
|
||||
int nArg;
|
||||
|
|
@ -6335,7 +6335,7 @@ int sqlite3_vec_init(sqlite3 *db, char **pzErrMsg,
|
|||
memset(static_blob_data, 0, sizeof(*static_blob_data));
|
||||
#endif
|
||||
|
||||
static const struct {
|
||||
static struct {
|
||||
char *name;
|
||||
const sqlite3_module *module;
|
||||
void *p;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue