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
@@ -12,7 +12,11 @@ package sqlite3
#cgo CFLAGS: -DSQLITE_ENABLE_UNLOCK_NOTIFY
#include <stdlib.h>
#ifndef USE_LIBSQLITE3
#include "sqlite3-binding.h"
#else
#include <sqlite3.h>
#endif
extern void unlock_notify_callback(void *arg, int argc);
*/