diff options
author | stephan <stephan@noemail.net> | 2022-08-25 11:39:12 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-08-25 11:39:12 +0000 |
commit | 9afff9f3c539516c29ce0752b5b84adf8f6ebc19 (patch) | |
tree | 3d10d4a2121882d143ac56235f4e148f9abba1db /ext/wasm/api/sqlite3-api-oo1.js | |
parent | 407f75378e2bfebfd21ca56b6986154f0c35d1ac (diff) | |
download | sqlite-9afff9f3c539516c29ce0752b5b84adf8f6ebc19.tar.gz sqlite-9afff9f3c539516c29ce0752b5b84adf8f6ebc19.zip |
Refactor and expand the worker1 docs, consolidating them into the top of their file instead of scattered around the internals. Accommodate an API change from yesterday in demo-oo1.js.
FossilOrigin-Name: 0a65747047322b7b585e281ac275e437ce3f46e1d06105c19117213929a906ad
Diffstat (limited to 'ext/wasm/api/sqlite3-api-oo1.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-oo1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-oo1.js b/ext/wasm/api/sqlite3-api-oo1.js index ea42e6bf8..0d2416a28 100644 --- a/ext/wasm/api/sqlite3-api-oo1.js +++ b/ext/wasm/api/sqlite3-api-oo1.js @@ -412,7 +412,7 @@ self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ Stmt.getColumnNames() to append the column names to it (regardless of whether the query produces any result rows). If the query has no result columns, this value is - unchanged. + unchanged. (TODO: support this in execMulti() as well.) The following options to execMulti() are _not_ supported by this method (they are simply ignored): |