aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/SQLTester/SQLTester.mjs
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
* Further tweaking in both SQLTesters.stephan2023-08-30
* 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