From 721a987e0e5d2adfd94e5cc2fe53ed0eaa6441b6 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Mon, 26 May 2025 11:47:56 +0100 Subject: [PATCH] Line numbers. --- sqlite3/busy_timeout.patch | 2 +- sqlite3/vfs_find.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sqlite3/busy_timeout.patch b/sqlite3/busy_timeout.patch index 8ab71cf..4df8346 100644 --- a/sqlite3/busy_timeout.patch +++ b/sqlite3/busy_timeout.patch @@ -2,7 +2,7 @@ # handle, and interrupt, sqlite3_busy_timeout. --- sqlite3.c.orig +++ sqlite3.c -@@ -183355,7 +183355,7 @@ +@@ -183364,7 +183364,7 @@ if( !sqlite3SafetyCheckOk(db) ) return SQLITE_MISUSE_BKPT; #endif if( ms>0 ){ diff --git a/sqlite3/vfs_find.patch b/sqlite3/vfs_find.patch index 7376c60..1e2cefa 100644 --- a/sqlite3/vfs_find.patch +++ b/sqlite3/vfs_find.patch @@ -1,7 +1,7 @@ # Remove VFS registration. Go handles it. --- sqlite3.c.orig +++ sqlite3.c -@@ -26725,7 +26725,7 @@ +@@ -26726,7 +26726,7 @@ sqlite3_free(p); return sqlite3_os_init(); } @@ -10,7 +10,7 @@ /* ** The list of all registered VFS implementations. */ -@@ -26822,7 +26822,7 @@ +@@ -26823,7 +26823,7 @@ sqlite3_mutex_leave(mutex); return SQLITE_OK; }