aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-10-20 05:14:37 +0000
committerstephan <stephan@noemail.net>2022-10-20 05:14:37 +0000
commit842c5ee84951da8524221e0546d41e4f3a1a18f0 (patch)
tree69fe682e0d6d57c46478a0c4d34510bb0df729cb /src
parentd89a66ec36491c1d98a1bbeb04dac4e74d66f754 (diff)
downloadsqlite-842c5ee84951da8524221e0546d41e4f3a1a18f0.tar.gz
sqlite-842c5ee84951da8524221e0546d41e4f3a1a18f0.zip
Rework sqlite3_wasm_vfs_unlink(), add sqlite3_wasm_db_vfs(), update some docs.
FossilOrigin-Name: cdd46858f0e63bc7bfce8e339b3db9efdec43b6443ee76563a847f53d0176831
Diffstat (limited to 'src')
-rw-r--r--src/shell.c.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/shell.c.in b/src/shell.c.in
index a50c2ab62..c70bcccd0 100644
--- a/src/shell.c.in
+++ b/src/shell.c.in
@@ -12757,9 +12757,8 @@ int fiddle_export_db( int (*xCallback)(unsigned const char *zOut, int n) ){
/*
** Trivial exportable function for emscripten. It processes zSql as if
** it were input to the sqlite3 shell and redirects all output to the
-** wasm binding. If fiddle_main() has not been called by the time this
-** is called, this function calls it with a conservative set of
-** flags.
+** wasm binding. fiddle_main() must have been called before this
+** is called, or results are undefined.
*/
void fiddle_exec(const char * zSql){
if(zSql && *zSql){