diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 5 |
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){ |