/
AlexanderLukyanov
/
sqlite2
ОбзорДокументацияВойти
/
AlexanderLukyanov
/
sqlite2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
sqlite2/
ext/wasm/
..
SQLTester

Remove some dead code and stray debug output. Fix (again) the JS SQLTester for 64-bit (the previous build was set to 32-bit).

год назад
api

Fix a method name typo in test-only code which could hide the triggering error condition.

6 месяцев назад
common

Harden a change to SqliteTestUtil.assert() in the previous checkin to handle a null second argument.

8 месяцев назад
fiddle

In fiddle, remove the default .dot-commands it runs, as they do not reflect current shell defaults.

8 месяцев назад
jaccwabyt

Cherrypick [e0b33b51229a] for the latest wasmutil/jaccwabyt - all tests are happy. Fix a make deps bug which can break parallel builds involving fiddle.

9 месяцев назад
sql

Minor cleanups in OO API #1. Add Sudoku SQL to batch-runner.js's list.

4 года назад
tests

Fix a long-standing filename digest computation bug in the OPFS SAHPool VFS which caused all VFS-stored filenames to have a digest value of 0. See [/forumpost/042d53c928382021] and for full details.

год назад
GNUmakefile

Fix speedtest1.wasm build regression introduced with Emscripten 5.0.0.

7 месяцев назад
README-dist.txt

Minor wasm-specific doc touchups.

2 года назад
README.md

Fix two links in ext/wasm/README.md.

10 месяцев назад
c-pp-lite.c

Rename c-pp::ARGV to c-pp::argv and remove its use from the license header (where it doesn't get applied).

9 месяцев назад
config.make.in

In the wasm makefiles, replace X:=Y with X=Y because := has different semantics depending on the make impl and its use is arguably a bad muscle-memory habit worth breaking. These makefiles are very specifically for GNU make, but long-term it would be nice to eliminate that requirement.

год назад
demo-123-worker.html

Apply considerable acrobatics to get the JS/WASM deliverables building to and loadable from a directory other than the one which contains the app-level code. Requires an only-slightly-leaky abstraction of passing a URL argument when loading sqlite3.js but provides much greater flexibility in where the JS/WASM files are located.

4 года назад
demo-123.html

Apply considerable acrobatics to get the JS/WASM deliverables building to and loadable from a directory other than the one which contains the app-level code. Requires an only-slightly-leaky abstraction of passing a URL argument when loading sqlite3.js but provides much greater flexibility in where the JS/WASM files are located.

4 года назад
demo-123.js

Add a basic batch-mode SQL runner for the SAH Pool VFS, for use in comparing it against WebSQL. Bring the WebSQL batch runner up to date, noting that it cannot run without addition of an "origin trial" activation key from Google because that's now the only way to enable WebSQL in Chrome (that part is not checked in because that key is private). Minor code-adjacent cleanups.

3 года назад
demo-jsstorage.html

Rename several demo/test files and include more of them in the end-user dist archive.

4 года назад
demo-jsstorage.js

Begrudingly allow sqlite3_js_kvvfs_clear() to work for opened storage only for the local/session storage cases and only (one of the demo apps reminds me) for backwards compatiblity. Likewise, the JsStorageDb.clearStorage() inherited method is now deprecated because it requires an opened db (but continues to work for those two stores), whereas its 'static' method of the same name is unaffected. Rename kvvfs.size() to kvvfs.estimateSize().

8 месяцев назад
demo-worker1-promiser.c-pp.html

Fix the sqlite3-worker1.mjs (ESM, non-bundler) build and have demo-worker1-promiser use that file rather than the vanilla one, as a test case. Delete the global symbol installed by that file in ESM and bundler builds, as it's unnecessary there. The first change should resolve [https://github.com/sqlite/sqlite-wasm/issues/123|downstream sqlite-wasm/issues/123], with thanks to Jure Rotar for his help.

7 месяцев назад
demo-worker1-promiser.c-pp.js

Update c-pp.c and rename it to c-pp-lite.c to match its new upstream name. Adapt the JS files and mkwasmbuilds.c for c-pp syntactic changes.

10 месяцев назад
demo-worker1.html

Rename several demo/test files and include more of them in the end-user dist archive.

4 года назад
demo-worker1.js

Begrudingly allow sqlite3_js_kvvfs_clear() to work for opened storage only for the local/session storage cases and only (one of the demo apps reminds me) for backwards compatiblity. Likewise, the JsStorageDb.clearStorage() inherited method is now deprecated because it requires an opened db (but continues to work for those two stores), whereas its 'static' method of the same name is unaffected. Rename kvvfs.size() to kvvfs.estimateSize().

8 месяцев назад
example_extra_init.c

Minor doc tweak for the previous commit.

3 года назад
index-dist.html

wasm dist: add --snapshot flag, add -64 flag to include 64-bit builds, and add module-symbols.html to the dist.

год назад
index.html

kvvfs docs and 64-bit fixes.

8 месяцев назад
mkdist.sh

Fix the wasm snapshot build's zipfile name to include '-snapshot' and correct the update-docs target for recent build refactoring.

7 месяцев назад
mkwasmbuilds.c

Minor doc updates in mkwasmbuilds.c.

7 месяцев назад
module-symbols.html

Add wasm.ptr to the module-symbols.html output.

год назад
scratchpad-wasmfs.html

More work on the wasmfs build and its test apps.

3 года назад
scratchpad-wasmfs.mjs

More work on the wasmfs build and its test apps.

3 года назад
speedtest1-wasmfs.html

Minor wasm build cleanups.

3 года назад
speedtest1-wasmfs.mjs

Remove the long-defunct wasmfs build of speedtest1 from index.html and re-enable the wasmfs scratchpad app (which still works). Fix the CFLAGS for the wasmfs build and the path to the wasm file for one of the JS.

10 месяцев назад
speedtest1-worker.html

Get fiddle/fiddle.debug building again but they're incomplete and don't run.

год назад
speedtest1-worker.js

Wasm speedtest1: replace some 'self' with 'globalThis' and expose the sqlite3 object to the global scope for inspection via the dev console (for inspecting resulting kvvfs storage objects).

9 месяцев назад
speedtest1.html

Fix the --size X flag for speedtest1.html when X=0 and force the job size to 5 for kvvfs so that it doesn't block the main thread for too awful long.

7 месяцев назад
split-speedtest1-script.sh

batch-runner.js: move generated SQL files into ./sql and start adding hand-written ones (like the Mandelbrot) to that set.

4 года назад
test-opfs-vfs.html

Apply considerable acrobatics to get the JS/WASM deliverables building to and loadable from a directory other than the one which contains the app-level code. Requires an only-slightly-leaky abstraction of passing a URL argument when loading sqlite3.js but provides much greater flexibility in where the JS/WASM files are located.

4 года назад
test-opfs-vfs.js

Fix an exception misuse in test-opfs-vfs.js.

3 года назад
tester1-worker.c-pp.html

Remove an obsolete '32-bit' label from tester1-worker.

7 месяцев назад
tester1.c-pp.html

Random tiny tweaks in internal JS and flesh out the tester1 test selection list to include both 32-/64-bit entries for all tester1XYZ.html combinations. For after the 3.51 release.

10 месяцев назад
tester1.c-pp.js

Expose SQLITE_UTF_ZT to WASM for completeness's sake, but the WASM build does not expose sqlite3_bind_text64() or sqlite3_result_text64() because it only supports UTF8 encoding, so ZT does not currently have a genuine use there.

7 месяцев назад
README.md