We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf482f commit 805699aCopy full SHA for 805699a
4 files changed
src/dbutils.c
@@ -1,6 +1,6 @@
1
//
2
// dbutils.c
3
-// cloudsync_test
+// cloudsync
4
5
// Created by Marco Bambini on 23/09/24.
6
src/network.m
// network.m
-// cloudsync_network_test
// Created by Marco Bambini on 23/05/25.
src/wasm.c
@@ -1,3 +1,10 @@
+//
+// wasm.c
+// Created by Gioele Cantoni on 25/06/25.
7
+
8
#ifdef SQLITE_WASM_EXTRA_INIT
9
#define CLOUDSYNC_OMIT_CURL
10
test/main.c
// main.c
-// sqlite-sync
// Created by Gioele Cantoni on 05/06/25.
// Set CONNECTION_STRING, APIKEY and WEBLITE environment variables before running this test.
0 commit comments