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.
1 parent f3d6514 commit 721a987Copy full SHA for 721a987
sqlite3/busy_timeout.patch
@@ -2,7 +2,7 @@
2
# handle, and interrupt, sqlite3_busy_timeout.
3
--- sqlite3.c.orig
4
+++ sqlite3.c
5
-@@ -183355,7 +183355,7 @@
+@@ -183364,7 +183364,7 @@
6
if( !sqlite3SafetyCheckOk(db) ) return SQLITE_MISUSE_BKPT;
7
#endif
8
if( ms>0 ){
sqlite3/vfs_find.patch
@@ -1,7 +1,7 @@
1
# Remove VFS registration. Go handles it.
-@@ -26725,7 +26725,7 @@
+@@ -26726,7 +26726,7 @@
sqlite3_free(p);
return sqlite3_os_init();
}
@@ -10,7 +10,7 @@
10
/*
11
** The list of all registered VFS implementations.
12
*/
13
-@@ -26822,7 +26822,7 @@
+@@ -26823,7 +26823,7 @@
14
sqlite3_mutex_leave(mutex);
15
return SQLITE_OK;
16
0 commit comments