aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/SQLTester
Commit message (Expand)AuthorAge
* Minor doc cleanups in SQLTester.mjs and confirm that the tests pass with both...stephan2024-10-18
* Fix three bugs in SQLTester.mjs which caused --tableresult tests, escaping of...stephan2024-10-18
* Fix a var reference typo in SQLTester.mjs.stephan2024-10-18
* Update ext/wasm/SQLTester for recent internal-API reorgs.stephan2024-01-24
* Add a timer to the JS SQLTester app to warn if it appears that loading the mo...stephan2023-09-01
* Correct a Tester1.java test which inadvertently created a spurious db file in...stephan2023-09-01
* When a JS SQLTester script throws, report the exception details back to the U...stephan2023-08-30
* Add a UI, of sorts, to the JS SQLTester.stephan2023-08-30
* Add a mechanism with which to import external SQLTester scripts into the JS t...stephan2023-08-30
* Add directives support to JS SQLTester comparable to the Java impl. This brin...stephan2023-08-29
* More fleshing out of JS SQLTester.stephan2023-08-29
* JS SQLTestRunner can now run the Java impl's core-most sanity tests, missing ...stephan2023-08-29
* Get the JS SQLTester command handlers in place sans those which have to run SQL.stephan2023-08-29
* Get the basic parsing pieces and command dispatching in place in the JS SQLTe...stephan2023-08-29
* Init bits of a port of Java's SQLTester to JS. Far from complete.stephan2023-08-29