| 2022-09-09 |
drh | Separate sqlite3_io_methods objects for database files... |
commit | commitdiff | tree | snapshot |
| 2022-09-09 |
drh | Simple reading and writing now works. |
commit | commitdiff | tree | snapshot |
| 2022-09-09 |
stephan | Remove a reference to a completed TODO. |
commit | commitdiff | tree | snapshot |
| 2022-09-09 |
stephan | speedtest1 wasm: add a link in the worker variant which... |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
dan | Update comments in sqlite3recover.h. |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
stephan | Make use of the --big-transactions flag in the speedtes... |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
stephan | Add speedtest1 --big-transactions flag to cause its... |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
stephan | Minor build cleanups and tweaks in the speedtest1 wasm... |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
stephan | Experimentally add --nomutex flag to speedtest1 to... |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
dan | Update the shell to use the recover extension for the... |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
dan | Fix problems with recovering the sqlite_sequence table. |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
drh | Compiles and loads as an extension. Starts to run... |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
drh | Compiles without error, but untested. |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
drh | Code snapshot. Completely untested. Probably does... |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
stephan | Add speedtest1-worker.html, an interactive Worker-threa... |
commit | commitdiff | tree | snapshot |
| 2022-09-08 |
dan | Add new test file recoverclobber.test. |
commit | commitdiff | tree | snapshot |
| 2022-09-07 |
drh | Enhance an assert() to impose for tighter constraints... |
commit | commitdiff | tree | snapshot |
| 2022-09-07 |
drh | An improved technique for ensuring that the Rekey(... |
commit | commitdiff | tree | snapshot |
| 2022-09-07 |
drh | Non-working code towards a VFS for text key/value storage. |
commit | commitdiff | tree | snapshot |
| 2022-09-07 |
dan | Ensure that the recover extension properly escapes... |
commit | commitdiff | tree | snapshot |
| 2022-09-06 |
stephan | Add a note about Emscripten's -sSINGLE_FILE flag, why... |
commit | commitdiff | tree | snapshot |
| 2022-09-06 |
stephan | Get speedtest1.js working with WASMFS/OPFS. |
commit | commitdiff | tree | snapshot |
| 2022-09-06 |
dan | Tests and a fix for the SQLITE_RECOVER_ROWIDS option. |
commit | commitdiff | tree | snapshot |
| 2022-09-06 |
stephan | Initial build of speedtest1.wasm and speedtest1.html... |
commit | commitdiff | tree | snapshot |
| 2022-09-06 |
stephan | Minor internal doc clarifications. |
commit | commitdiff | tree | snapshot |
| 2022-09-06 |
stephan | Merge trunk into fiddle-opfs branch. |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
drh | Add the tool/omittest-msvc.tcl script that will try... |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
drh | Get the tool/omittest-msvc.tcl script working. msvc-omit-test |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
dan | Fix a problem with script mode and lost-and-found tables. |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
dan | Add a mode to output SQL statements instead of populati... |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
drh | Add a prototype for a script, similar to tool/omittest... |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
drh | Fix the windows build so that it works with -DSQLITE_OM... |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
dan | Add the SQLITE_RECOVER_ROWIDS option. To specify that... |
commit | commitdiff | tree | snapshot |
| 2022-09-05 |
stephan | Minor cleanups in OO API #1. Add Sudoku SQL to batch... |
commit | commitdiff | tree | snapshot |
| 2022-09-03 |
dan | Add an option to assume the freelist is corrupt when... |
commit | commitdiff | tree | snapshot |
| 2022-09-03 |
dan | Take the freelist into account when recovering data... |
commit | commitdiff | tree | snapshot |
| 2022-09-03 |
dan | Further work on making the recover extension compatible... |
commit | commitdiff | tree | snapshot |
| 2022-09-03 |
stephan | wasm: minor text and build cleanups. |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
dan | Ensure the Pager.journalOff variable is zeroed if an... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Fix an assert() associated with the dbsqlfuzz error... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | If sqlite3PcacheMove() really performs a swap, then... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Enhance the pcache1 implementation so that during an... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Mutex protect access to the sqlite3_test_directory... |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Improved mutex protection of the sqlite3_temp_directory and tempdir-mutex |
commit | commitdiff | tree | snapshot |
| 2022-09-02 |
drh | Experimental changes to put sqlite3_temp_directory... |
commit | commitdiff | tree | snapshot |
| 2022-09-01 |
dan | Further work on making recovery extension compatible... |
commit | commitdiff | tree | snapshot |
| 2022-09-01 |
drh | Defer deleting a transient SELECT statement associated... |
commit | commitdiff | tree | snapshot |
| 2022-09-01 |
drh | In the query planner, add a heuristic that will reduce... |
commit | commitdiff | tree | snapshot |
| 2022-08-31 |
dan | Add new files for an extension to recover data from... |
commit | commitdiff | tree | snapshot |
| 2022-08-31 |
drh | Enhance the b-tree page sorting code to ensure that... |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
stephan | batch-runner.js: add rudimentary metrics export to... |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
drh | Improved comments in pcache1.c. No changes to code. |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
stephan | batch-runner.js: re-enable unlink-before-run so that... |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
stephan | batch-runner.js: move generated SQL files into ./sql... |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
stephan | Remove the .timer script entry from fiddle app because... |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
stephan | wasm util: remove superfluous function.bind() calls... |
commit | commitdiff | tree | snapshot |
| 2022-08-30 |
drh | Any function call can abort. Take this into account... |
commit | commitdiff | tree | snapshot |
| 2022-08-29 |
stephan | Lots of tweaking in batch-runner.js. Minor internal... |
commit | commitdiff | tree | snapshot |
| 2022-08-29 |
stephan | Add test descriptions to the speedtest1 '-- begin'... |
commit | commitdiff | tree | snapshot |
| 2022-08-29 |
stephan | Add batch-runner.js for running batch SQL scripts with... |
commit | commitdiff | tree | snapshot |
| 2022-08-29 |
stephan | Add get/setPtrValue() to the common wasm utils. |
commit | commitdiff | tree | snapshot |
| 2022-08-29 |
stephan | Add begin/end comment markers to the test blocks in... |
commit | commitdiff | tree | snapshot |
| 2022-08-29 |
stephan | oo #1 api: correct a case where a null callback is... |
commit | commitdiff | tree | snapshot |
| 2022-08-27 |
drh | More assert() statements in the page cache. |
commit | commitdiff | tree | snapshot |
| 2022-08-27 |
drh | Ensure that every pcache page always has either the... |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
stephan | Merge changes from trunk into the fiddle-opfs branch. |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
drh | Ensure that sqlite3_prepare() inputs always have a... |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
drh | Add the --script option to speedtest1. |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
dan | Remove a NEVER() macro for a condition that is actually... |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
stephan | Consolidate oo1.DB.exec() and oo1.DB.execMulti() into... |
commit | commitdiff | tree | snapshot |
| 2022-08-25 |
stephan | Refactor and expand the worker1 docs, consolidating... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
stephan | Change DB.exec() rowMode default from 'stmt' to 'array... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
stephan | Expand the worker1 'exec' op handling for per-row callb... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
drh | Add a mutex to the sqlite3_db_config() interface so... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
stephan | js: resolve the mysterious "extra" unhandled exception... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
dan | Fix an inefficiency in the ".dump" command when outputi... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
stephan | More work on how to configure the sqlite3 JS API bootst... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
stephan | The very basics of a Promise-based proxy for the Worker... |
commit | commitdiff | tree | snapshot |
| 2022-08-24 |
stephan | Significant restructuring of the Worker #1 request... |
commit | commitdiff | tree | snapshot |
| 2022-08-23 |
drh | Change the names of the Vdbe.pVNext and Vdbe.ppVPrev... |
commit | commitdiff | tree | snapshot |
| 2022-08-23 |
drh | Enhance assert() statements to enforce tighter bounds... |
commit | commitdiff | tree | snapshot |
| 2022-08-23 |
stephan | Wasm build flag tweaks and documentation. |
commit | commitdiff | tree | snapshot |
| 2022-08-23 |
stephan | Add mksourceid binary to the clean rules and $(TESTPROG... |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
stephan | More experimentation with how client-side config state... |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
drh | Performance enhancement for sqlite3DbFree(). |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
stephan | Merge in trunk. |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
stephan | Refactor JS API amalgamation such that the bootstrappin... |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
stephan | wasm: accommodated a JS API rename. |
commit | commitdiff | tree | snapshot |
| 2022-08-22 |
drh | Add the new internal interface sqlite3DbNNFreeNN(db... |
commit | commitdiff | tree | snapshot |
| 2022-08-20 |
drh | Merge the test case for dbsqlfuzz 18fe4e257be7fa3ecfb04... |
commit | commitdiff | tree | snapshot |
| 2022-08-20 |
drh | Enhance the enforcement of SQLITE_VTAB_DIRECTONLY so... |
commit | commitdiff | tree | snapshot |
| 2022-08-19 |
dan | Add test case for fuzzer case crash-18fe4e. crash-18fe4e |
commit | commitdiff | tree | snapshot |
| 2022-08-18 |
drh | Add notes to ext/wasm/README.md explaining how to run... |
commit | commitdiff | tree | snapshot |
| 2022-08-18 |
stephan | javascript: rename and simplify DB.callInTransaction... |
commit | commitdiff | tree | snapshot |
| 2022-08-18 |
stephan | Improve an exception check in demo-oo1.js. |
commit | commitdiff | tree | snapshot |
| 2022-08-17 |
drh | In the ".dump" command of the CLI, if a schema statemen... |
commit | commitdiff | tree | snapshot |
| 2022-08-17 |
drh | Enhance the "PRAGMA integrity_check" statement so that... |
commit | commitdiff | tree | snapshot |
| 2022-08-17 |
drh | Minor code simplification in the code generator for... |
commit | commitdiff | tree | snapshot |
| 2022-08-17 |
stephan | Minor cleanups, reorgs, and doc updates for the JS... |
commit | commitdiff | tree | snapshot |
| 2022-08-16 |
stephan | wasm: minor cleanups in the OO API #1 demo. |
commit | commitdiff | tree | snapshot |
| next |