Skip to content

Commit ec996fa

Browse files
committed
build bundles
1 parent 8441108 commit ec996fa

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

libsql-ffi/bundled/SQLite3MultipleCiphers/src/sqlite3.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214523,11 +214523,6 @@ int vectorIndexCreate(Parse *pParse, const Index *pIdx, const char *zDbSName, co
214523214523
sqlite3ErrorMsg(pParse, "vector index: must contain exactly one column wrapped into the " VECTOR_INDEX_MARKER_FUNCTION " function");
214524214524
return CREATE_FAIL;
214525214525
}
214526-
// we are able to support this but I doubt this works for now - more polishing required to make this work
214527-
if( pIdx->pPartIdxWhere != NULL ) {
214528-
sqlite3ErrorMsg(pParse, "vector index: where condition is forbidden");
214529-
return CREATE_FAIL;
214530-
}
214531214526

214532214527
pArgsList = pIdx->aColExpr->a[0].pExpr->x.pList;
214533214528
pListItem = pArgsList->a;

libsql-ffi/bundled/src/sqlite3.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214523,11 +214523,6 @@ int vectorIndexCreate(Parse *pParse, const Index *pIdx, const char *zDbSName, co
214523214523
sqlite3ErrorMsg(pParse, "vector index: must contain exactly one column wrapped into the " VECTOR_INDEX_MARKER_FUNCTION " function");
214524214524
return CREATE_FAIL;
214525214525
}
214526-
// we are able to support this but I doubt this works for now - more polishing required to make this work
214527-
if( pIdx->pPartIdxWhere != NULL ) {
214528-
sqlite3ErrorMsg(pParse, "vector index: where condition is forbidden");
214529-
return CREATE_FAIL;
214530-
}
214531214526

214532214527
pArgsList = pIdx->aColExpr->a[0].pExpr->x.pList;
214533214528
pListItem = pArgsList->a;

0 commit comments

Comments
 (0)