reva bump 2.30.0

This commit is contained in:
Viktor Scharf
2025-04-07 14:51:46 +02:00
parent 0179d0e1ae
commit 45c3234332
62 changed files with 1188 additions and 730 deletions
+4
View File
@@ -5,7 +5,11 @@
#ifdef SQLITE_ENABLE_UNLOCK_NOTIFY
#include <stdio.h>
#ifndef USE_LIBSQLITE3
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
extern int unlock_notify_wait(sqlite3 *db);