| 2022-11-19 |  stephan | Get tester1.js working via an ES6 worker module and... | commit | commitdiff | tree | snapshot | 
| 2022-11-19 |  drh | Improved comments on the pageFreeArray() routine of... | commit | commitdiff | tree | snapshot | 
| 2022-11-19 |  drh | Streamline the decodeFlags() routine in btree.c for... | commit | commitdiff | tree | snapshot | 
| 2022-11-19 |  stephan | Add build of sqlite3.mjs (ES6 module), add a test app... | commit | commitdiff | tree | snapshot | 
| 2022-11-19 |  stephan | Integrate a custom preprocessor to the JS build process... | commit | commitdiff | tree | snapshot | 
| 2022-11-19 |  stephan | More work towards creation of a ES6 JS module.  js-cpp | commit | commitdiff | tree | snapshot | 
| 2022-11-19 |  drh | Small performance optimization in btree.c. | commit | commitdiff | tree | snapshot | 
| 2022-11-19 |  drh | Databases created using sqlite3_deserialize() should... | commit | commitdiff | tree | snapshot | 
| 2022-11-18 |  drh | Update the version number to 3.41.0 to begin the next... | commit | commitdiff | tree | snapshot | 
| 2022-11-18 |  stephan | shell.c.in: on non-Windows platforms, check for $XDG_CO... | commit | commitdiff | tree | snapshot | 
| 2022-11-18 |  stephan | Replace use of cpp with the fit-to-purpose c-pp to... | commit | commitdiff | tree | snapshot | 
| 2022-11-17 |  drh | Fix corner cases in UTF8 handling in the REGEXP extension. | commit | commitdiff | tree | snapshot | 
| 2022-11-17 |  stephan | Merge trunk into js-cpp branch. | commit | commitdiff | tree | snapshot | 
| 2022-11-17 |  drh | Use the log10() and log2() functions from the standard... | commit | commitdiff | tree | snapshot | 
| 2022-11-17 |  drh | Split out the documentation for sqlite3_value_encoding... | commit | commitdiff | tree | snapshot | 
| 2022-11-17 |  drh | Raise an error if an attempt is made to compile the... | commit | commitdiff | tree | snapshot | 
| 2022-11-16 |  stephan | Change a self.X JS reference to X to account for a... | commit | commitdiff | tree | snapshot | 
| 2022-11-16 |  stephan | wasm build: include FTS5 instead of FTS4, per /chat... | commit | commitdiff | tree | snapshot | 
| 2022-11-16 |  drh | Fix harmless typo in comment, reported by Debian in... | commit | commitdiff | tree | snapshot | 
| 2022-11-16 |  drh | Avoid returning SQLITE_SCHEMA if the first query run... | commit | commitdiff | tree | snapshot | 
| 2022-11-16 |  drh | Version 3.40.0  version-3.40.0 | commit | commitdiff | tree | snapshot | 
| 2022-11-14 |  drh | Previous change to the fake_big_file command in the... | commit | commitdiff | tree | snapshot | 
| 2022-11-14 |  drh | Change the fake_big_file test command so that it fails... | commit | commitdiff | tree | snapshot | 
| 2022-11-14 |  dan | Avoid running bigsort.test with SQLITE_DEBUG builds... | commit | commitdiff | tree | snapshot | 
| 2022-11-13 |  stephan | Remove some outdated code comments. No code changes. | commit | commitdiff | tree | snapshot | 
| 2022-11-12 |  drh | Disable the ability to change the schema_version cookie... | commit | commitdiff | tree | snapshot | 
| 2022-11-10 |  drh | Remove unnecessary tabs in the ChaCha20 implementation. | commit | commitdiff | tree | snapshot | 
| 2022-11-10 |  dan | Avoid returning SQLITE_SCHEMA if the first query run...   schema-error-fix | commit | commitdiff | tree | snapshot | 
| 2022-11-10 |  stephan | Automatically relinquish implicitly-acquired OPFS file... | commit | commitdiff | tree | snapshot | 
| 2022-11-10 |  stephan | Rework automatically acquired OPFS locks to be released...   opfs-lock-without-xlock | commit | commitdiff | tree | snapshot | 
| 2022-11-10 |  stephan | OPFS: if an op which needs a lock is called when no... | commit | commitdiff | tree | snapshot | 
| 2022-11-09 |  dan | Better handle an error in the fts5 integrity-check... | commit | commitdiff | tree | snapshot | 
| 2022-11-09 |  drh | Additional defense against corrupt database files in... | commit | commitdiff | tree | snapshot | 
| 2022-11-09 |  drh | Increase the precision of the nData parameter to the... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 |  dan | Fix a problem with URI formatting in calls to sqlite3rb... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 |  dan | Do not attempt to run test script dbpagefault.test... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 |  dan | Fix a problem in main.mk preventing the amalgamation... | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  drh | Further improvements to the handling of the u32 and... | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  drh | Improve the ability of mkshellc.tcl to remove redundant... | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  dan | Add the sqlite3rbu_rename_handler() API. To override... | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  stephan | Minor doc updates in speed-check.sh. No code changes. | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  drh | Fix an obsolete comment. | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  drh | Fix typo in comment. | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  stephan | Add sqlite3.wasm.alloc.impl() as a "public back door... | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  drh | Fix requirements marks so that they match documentation... | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  stephan | Minor wasm doc touchups. No code changes. | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  drh | Fix the documentation regarding negative length paramet... | commit | commitdiff | tree | snapshot | 
| 2022-11-07 |  drh | Make sure that the recoverStrlen() function (used inter... | commit | commitdiff | tree | snapshot | 
| 2022-11-06 |  drh | The recoverAssertMutexHeld() function is for testing... | commit | commitdiff | tree | snapshot | 
| 2022-11-06 |  stephan | shell.c.in: on non-Windows platforms, check for $XDG_CO...   sqliterc-xdg-config | commit | commitdiff | tree | snapshot | 
| 2022-11-05 |  dan | Update test file dbpagefault.test to account for the... | commit | commitdiff | tree | snapshot | 
| 2022-11-04 |  dan | Tweaks to recover module test scripts to work with... | commit | commitdiff | tree | snapshot | 
| 2022-11-04 |  dan | Another test case fix for auto-vacuum builds. | commit | commitdiff | tree | snapshot | 
| 2022-11-04 |  dan | Fixes to recover module test scripts so that they may... | commit | commitdiff | tree | snapshot | 
| 2022-11-04 |  dan | Fix Tcl tests so that they again build and run with... | commit | commitdiff | tree | snapshot | 
| 2022-11-04 |  drh | Remove an unimportant testcase() macro that is no longe... | commit | commitdiff | tree | snapshot | 
| 2022-11-04 |  dan | Add another test case for the OP_Found fix. | commit | commitdiff | tree | snapshot | 
| 2022-11-04 |  drh | Enhance the ability of the OP_Found and similar opcodes... | commit | commitdiff | tree | snapshot | 
| 2022-11-04 |  stephan | Correct sqlite3-wasm.c's SQLITE_DEFAULT_CACHE_SIZE... | commit | commitdiff | tree | snapshot | 
| 2022-11-03 |  stephan | Add experimental esm target to ext/wasm/GNUmakefile... | commit | commitdiff | tree | snapshot | 
| 2022-11-03 |  stephan | Experimentally use clang's C preprocessor to filter... | commit | commitdiff | tree | snapshot | 
| 2022-11-03 |  stephan | Globally replace '' with "" for empty JS strings to... | commit | commitdiff | tree | snapshot | 
| 2022-11-02 |  stephan | Minor build cleanups and fix a harmless race condition... | commit | commitdiff | tree | snapshot | 
| 2022-11-02 |  drh | Clarify documentation regarding the --recovery-db optio... | commit | commitdiff | tree | snapshot | 
| 2022-11-02 |  drh | Minor improvements to API documentation in comments... | commit | commitdiff | tree | snapshot | 
| 2022-11-02 |  stephan | Add sqlite3_wasm_vfs_create_file() to replace Emscripte... | commit | commitdiff | tree | snapshot | 
| 2022-11-02 |  drh | Emcc seems confused by SQLITE_DEBUG, for reasons unknow... | commit | commitdiff | tree | snapshot | 
| 2022-11-02 |  stephan | Fix a symbol name typo which broke and exception-handli... | commit | commitdiff | tree | snapshot | 
| 2022-11-02 |  stephan | Fix a missing symbol in non-SQLITE_DEBUG builds. | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  drh | Fix a harmless compiler warning. | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  dan | Instead of (const char*), use a special type - sqlite3_... | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  drh | Fix harmless compiler warnings.  sqlite3_filename | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  dan | Instead of (const char*), use a special type - sqlite3_... | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  mistachkin | Fix compilation errors in the recover API seen with... | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  drh | Fix a #ifdef involving SQLITE_OS_KV that was adding... | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  drh | Enforce affinity on materialized tables for subqueries... | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  drh | Improvements to comments.  Change the "optimization_con...   tkt-57c47526 | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  stephan | Minor internal cleanups in the js pieces. | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  stephan | Significant cleanups and expansion of the sqlite3.opfs... | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  drh | Do not flatten a UNION ALL subquery where the column... | commit | commitdiff | tree | snapshot | 
| 2022-11-01 |  drh | Enforce column affinity on the materialization of a... | commit | commitdiff | tree | snapshot | 
| 2022-10-31 |  drh | Make the UPDATE method of the sqlite_dbpage virtual... | commit | commitdiff | tree | snapshot | 
| 2022-10-31 |  stephan | Worker1: use a list, rather than a single slot, to... | commit | commitdiff | tree | snapshot | 
| 2022-10-31 |  stephan | Internal tweaks to the OPFS VFS result codes. | commit | commitdiff | tree | snapshot | 
| 2022-10-31 |  stephan | Add oo1.DB.exec() 'returnValue' option, which specifies... | commit | commitdiff | tree | snapshot | 
| 2022-10-31 |  dan | Avoid a segfault that could occur when running the... | commit | commitdiff | tree | snapshot | 
| 2022-10-31 |  drh | Extra OOM check in shell_error_context() of the CLI. | commit | commitdiff | tree | snapshot | 
| 2022-10-30 |  stephan | Add oo1.DB.selectArray() and selectObject(). | commit | commitdiff | tree | snapshot | 
| 2022-10-30 |  stephan | Adjust automatic OPFS locking retries such that they... | commit | commitdiff | tree | snapshot | 
| 2022-10-30 |  stephan | Minor WASM build cleanups. Enable custom Module.instant... | commit | commitdiff | tree | snapshot | 
| 2022-10-30 |  stephan | Reduce wasm module's starting memory from 128mb to... | commit | commitdiff | tree | snapshot | 
| 2022-10-30 |  mistachkin | Minor updates to the Windows batch tools. | commit | commitdiff | tree | snapshot | 
| 2022-10-29 |  stephan | Update ext/wasm/README.md for recent developments. | commit | commitdiff | tree | snapshot | 
| 2022-10-29 |  stephan | More styling of module-symbols.html. | commit | commitdiff | tree | snapshot | 
| 2022-10-29 |  stephan | Expand and document the wasm doc-update make rules... | commit | commitdiff | tree | snapshot | 
| 2022-10-29 |  stephan | Move the sqlite3.capi.wasm namespace to sqlite3.wasm... | commit | commitdiff | tree | snapshot | 
| 2022-10-28 |  drh | Fix harmless compiler warnings in testing code. | commit | commitdiff | tree | snapshot | 
| 2022-10-28 |  drh | Add sqlite3recover() support to fuzzcheck. | commit | commitdiff | tree | snapshot | 
| 2022-10-28 |  stephan | Remove sqlite3_interrupt() from the WASM build, as... | commit | commitdiff | tree | snapshot | 
| 2022-10-28 |  stephan | Add ext/wasm/module-symbols.html. Adjacent minor JS... | commit | commitdiff | tree | snapshot | 
| next |