This website requires JavaScript.
Explore
Help
Sign In
database
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
mirror of
https://github.com/sqlite/sqlite.git
synced
2025-06-07 19:02:21 +03:00
Code
sqlite
/
ext
/
wasm
/
SQLTester
History
stephan
23caead6cb
Fix three bugs in SQLTester.mjs which caused --tableresult tests, escaping of SQL values to incorrectly fail, and the --column-names setting to not be reset between tests.
...
FossilOrigin-Name: 779368dd9b8bb20890b06229c4c3c3b5d153ee88d1af472799515cdc599c870a
2024-10-18 23:36:08 +00:00
..
GNUmakefile
Add a UI, of sorts, to the JS SQLTester.
2023-08-30 11:54:43 +00:00
index.html
Add a timer to the JS SQLTester app to warn if it appears that loading the module has failed, which is commonly caused by the test scripts not being compiled.
2023-09-01 17:51:09 +00:00
SQLTester.mjs
Fix three bugs in SQLTester.mjs which caused --tableresult tests, escaping of SQL values to incorrectly fail, and the --column-names setting to not be reset between tests.
2024-10-18 23:36:08 +00:00
SQLTester.run.mjs
Fix three bugs in SQLTester.mjs which caused --tableresult tests, escaping of SQL values to incorrectly fail, and the --column-names setting to not be reset between tests.
2024-10-18 23:36:08 +00:00
touint8array.c
Add a mechanism with which to import external SQLTester scripts into the JS testing tool.
2023-08-30 00:22:54 +00:00