better-sqlite3
Advanced tools
+1
-1
@@ -22,3 +22,3 @@ #!/usr/bin/env bash | ||
| YEAR="2026" | ||
| VERSION="3510300" | ||
| VERSION="3530000" | ||
@@ -25,0 +25,0 @@ # Defines below are sorted alphabetically |
@@ -374,3 +374,7 @@ /* | ||
| int (*db_status64)(sqlite3*,int,sqlite3_int64*,sqlite3_int64*,int); | ||
| /* Version 3.52.0 and later */ | ||
| void (*str_truncate)(sqlite3_str*,int); | ||
| void (*str_free)(sqlite3_str*); | ||
| int (*carray_bind)(sqlite3_stmt*,int,void*,int,int,void(*)(void*)); | ||
| int (*carray_bind_v2)(sqlite3_stmt*,int,void*,int,int,void(*)(void*),void*); | ||
| }; | ||
@@ -714,2 +718,7 @@ | ||
| #define sqlite3_db_status64 sqlite3_api->db_status64 | ||
| /* Version 3.52.0 and later */ | ||
| #define sqlite3_str_truncate sqlite3_api->str_truncate | ||
| #define sqlite3_str_free sqlite3_api->str_free | ||
| #define sqlite3_carray_bind sqlite3_api->carray_bind | ||
| #define sqlite3_carray_bind_v2 sqlite3_api->carray_bind_v2 | ||
| #endif /* !defined(SQLITE_CORE) && !defined(SQLITE_OMIT_LOAD_EXTENSION) */ | ||
@@ -716,0 +725,0 @@ |
+1
-1
| { | ||
| "name": "better-sqlite3", | ||
| "version": "12.8.0", | ||
| "version": "12.9.0", | ||
| "description": "The fastest and simplest library for SQLite in Node.js.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/WiseLibs/better-sqlite3", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
10369387
1.14%