]> git.ipfire.org Git - thirdparty/sqlite.git/commit
wasm: corrected the propagation of text/blob values via UDFs. DB.exec()'s sql may...
authorstephan <stephan@noemail.net>
Sat, 25 Jun 2022 03:53:43 +0000 (03:53 +0000)
committerstephan <stephan@noemail.net>
Sat, 25 Jun 2022 03:53:43 +0000 (03:53 +0000)
commit766ba7917e0f01929fa69b9d099555b9ca0b8b69
tree3b04e3c900ba02012ba4359d69145578f5e7a871
parentaf260308b3bd433f759644cbb81609f8e54905e9
wasm: corrected the propagation of text/blob values via UDFs. DB.exec()'s sql may now be an array of strings which get concatenated together before passing it on to sqlite3_prepare_v2(). DB.exec()'s callback now applies to the first statement which has result columns instead of only the first statement. Fixed a precedence but which caused isInt32() to report false positives.

FossilOrigin-Name: 37a8fecb56793fbd3763a2240a0bd62b639c811934d3af2ef0e5ff579073d632
ext/fiddle/sqlite3-api.js
ext/fiddle/testing1.js
manifest
manifest.uuid