We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 764bba8 + f52d4a9 commit 0dfd90bCopy full SHA for 0dfd90b
6 files changed
cpp/sqlcipher/sqlite3.c
cpp/sqlcipher/sqlite3.h
cpp/sqlite3.c
cpp/sqlite3.h
example/package.json
@@ -64,7 +64,7 @@
64
},
65
"op-sqlite": {
66
"libsql": false,
67
- "sqlcipher": false,
+ "sqlcipher": true,
68
"iosSqlite": false,
69
"fts5": true,
70
"rtree": true,
example/src/tests/dbsetup.spec.ts
@@ -17,8 +17,8 @@ let expect = chai.expect;
17
const expectedVersion = isLibsql()
18
? '3.45.1'
19
: isSQLCipher()
20
- ? '3.49.2'
21
- : '3.50.0';
+ ? '3.50.4'
+ : '3.50.4';
22
const flavor = isLibsql() ? 'libsql' : isSQLCipher() ? 'sqlcipher' : 'sqlite';
23
24
// const expectedSqliteVecVersion = 'v0.1.2-alpha.7';
0 commit comments