2022-11-06 |
stephan | shell.c.in: on non-Windows platforms, check for $XDG_CO... sqliterc-xdg-config |
commit | commitdiff | tree |
2022-11-05 |
dan | Update test file dbpagefault.test to account for the... |
commit | commitdiff | tree |
2022-11-04 |
dan | Tweaks to recover module test scripts to work with... |
commit | commitdiff | tree |
2022-11-04 |
dan | Another test case fix for auto-vacuum builds. |
commit | commitdiff | tree |
2022-11-04 |
dan | Fixes to recover module test scripts so that they may... |
commit | commitdiff | tree |
2022-11-04 |
dan | Fix Tcl tests so that they again build and run with... |
commit | commitdiff | tree |
2022-11-04 |
drh | Remove an unimportant testcase() macro that is no longe... |
commit | commitdiff | tree |
2022-11-04 |
dan | Add another test case for the OP_Found fix. |
commit | commitdiff | tree |
2022-11-04 |
drh | Enhance the ability of the OP_Found and similar opcodes... |
commit | commitdiff | tree |
2022-11-04 |
stephan | Correct sqlite3-wasm.c's SQLITE_DEFAULT_CACHE_SIZE... |
commit | commitdiff | tree |
2022-11-03 |
stephan | Add experimental esm target to ext/wasm/GNUmakefile... |
commit | commitdiff | tree |
2022-11-03 |
stephan | Globally replace '' with "" for empty JS strings to... |
commit | commitdiff | tree |
2022-11-02 |
stephan | Minor build cleanups and fix a harmless race condition... |
commit | commitdiff | tree |
2022-11-02 |
drh | Clarify documentation regarding the --recovery-db optio... |
commit | commitdiff | tree |
2022-11-02 |
drh | Minor improvements to API documentation in comments... |
commit | commitdiff | tree |
2022-11-02 |
stephan | Add sqlite3_wasm_vfs_create_file() to replace Emscripte... |
commit | commitdiff | tree |
2022-11-02 |
drh | Emcc seems confused by SQLITE_DEBUG, for reasons unknow... |
commit | commitdiff | tree |
2022-11-02 |
stephan | Fix a symbol name typo which broke and exception-handli... |
commit | commitdiff | tree |
2022-11-02 |
stephan | Fix a missing symbol in non-SQLITE_DEBUG builds. |
commit | commitdiff | tree |
2022-11-01 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2022-11-01 |
dan | Instead of (const char*), use a special type - sqlite3_... |
commit | commitdiff | tree |
2022-11-01 |
drh | Fix harmless compiler warnings. sqlite3_filename |
commit | commitdiff | tree |
2022-11-01 |
dan | Instead of (const char*), use a special type - sqlite3_... |
commit | commitdiff | tree |
2022-11-01 |
mistachkin | Fix compilation errors in the recover API seen with... |
commit | commitdiff | tree |
2022-11-01 |
drh | Fix a #ifdef involving SQLITE_OS_KV that was adding... |
commit | commitdiff | tree |
2022-11-01 |
drh | Enforce affinity on materialized tables for subqueries... |
commit | commitdiff | tree |
2022-11-01 |
drh | Improvements to comments. Change the "optimization_con... tkt-57c47526 |
commit | commitdiff | tree |
2022-11-01 |
stephan | Minor internal cleanups in the js pieces. |
commit | commitdiff | tree |
2022-11-01 |
stephan | Significant cleanups and expansion of the sqlite3.opfs... |
commit | commitdiff | tree |
2022-11-01 |
drh | Do not flatten a UNION ALL subquery where the column... |
commit | commitdiff | tree |
2022-11-01 |
drh | Enforce column affinity on the materialization of a... |
commit | commitdiff | tree |
2022-10-31 |
drh | Make the UPDATE method of the sqlite_dbpage virtual... |
commit | commitdiff | tree |
2022-10-31 |
stephan | Worker1: use a list, rather than a single slot, to... |
commit | commitdiff | tree |
2022-10-31 |
stephan | Internal tweaks to the OPFS VFS result codes. |
commit | commitdiff | tree |
2022-10-31 |
stephan | Add oo1.DB.exec() 'returnValue' option, which specifies... |
commit | commitdiff | tree |
2022-10-31 |
dan | Avoid a segfault that could occur when running the... |
commit | commitdiff | tree |
2022-10-31 |
drh | Extra OOM check in shell_error_context() of the CLI. |
commit | commitdiff | tree |
2022-10-30 |
stephan | Add oo1.DB.selectArray() and selectObject(). |
commit | commitdiff | tree |
2022-10-30 |
stephan | Adjust automatic OPFS locking retries such that they... |
commit | commitdiff | tree |
2022-10-30 |
stephan | Minor WASM build cleanups. Enable custom Module.instant... |
commit | commitdiff | tree |
2022-10-30 |
stephan | Reduce wasm module's starting memory from 128mb to... |
commit | commitdiff | tree |
2022-10-30 |
mistachkin | Minor updates to the Windows batch tools. |
commit | commitdiff | tree |
2022-10-29 |
stephan | Update ext/wasm/README.md for recent developments. |
commit | commitdiff | tree |
2022-10-29 |
stephan | More styling of module-symbols.html. |
commit | commitdiff | tree |
2022-10-29 |
stephan | Expand and document the wasm doc-update make rules... |
commit | commitdiff | tree |
2022-10-29 |
stephan | Move the sqlite3.capi.wasm namespace to sqlite3.wasm... |
commit | commitdiff | tree |
2022-10-28 |
drh | Fix harmless compiler warnings in testing code. |
commit | commitdiff | tree |
2022-10-28 |
drh | Add sqlite3recover() support to fuzzcheck. |
commit | commitdiff | tree |
2022-10-28 |
stephan | Remove sqlite3_interrupt() from the WASM build, as... |
commit | commitdiff | tree |
2022-10-28 |
stephan | Add ext/wasm/module-symbols.html. Adjacent minor JS... |
commit | commitdiff | tree |
2022-10-28 |
stephan | Minor sqlite3.oo1 API reorg prompted by documenting. |
commit | commitdiff | tree |
2022-10-27 |
drh | Fix a minor problem with sqlite_dbdata. |
commit | commitdiff | tree |
2022-10-27 |
dan | Fix another crash in the recover extension triggered... |
commit | commitdiff | tree |
2022-10-27 |
dan | Fix another problem to do with recovering from in-memor... |
commit | commitdiff | tree |
2022-10-27 |
dan | Ensure that the VFS wrapper in the recover extension... |
commit | commitdiff | tree |
2022-10-27 |
dan | Fix an assert() failure in the recover extension trigge... |
commit | commitdiff | tree |
2022-10-27 |
drh | In the CLI, ensure that input to utf8_width_print is... |
commit | commitdiff | tree |
2022-10-27 |
dan | Change the name of the ".recover" command option "... |
commit | commitdiff | tree |
2022-10-27 |
stephan | speedtest1.html: when vfs==kvvfs, increase --size from... |
commit | commitdiff | tree |
2022-10-27 |
drh | Automatically set temp_store=MEMORY if the VFS is kvvfs. |
commit | commitdiff | tree |
2022-10-27 |
drh | Do not accept a NULL pointer for the filename in KVVFS. |
commit | commitdiff | tree |
2022-10-27 |
drh | The kvvfs VFS should remember the page size when writin... |
commit | commitdiff | tree |
2022-10-27 |
stephan | Re-enable the .recovery and .dbinfo commands in shell... |
commit | commitdiff | tree |
2022-10-27 |
dan | Do not use sqlite3_result_text16() in the recover exten... |
commit | commitdiff | tree |
2022-10-27 |
dan | Fix a problem with running ".recover" on an in-memory... |
commit | commitdiff | tree |
2022-10-27 |
dan | Do not use sqlite3_mutex_xxx() functions in sqlite3reco... |
commit | commitdiff | tree |
2022-10-27 |
stephan | Minor doc typo fixes. |
commit | commitdiff | tree |
2022-10-27 |
stephan | Restructure and simplify the feature-detection #defines... |
commit | commitdiff | tree |
2022-10-27 |
stephan | Expose sqlite3_randomness() to WASM and add a custom... |
commit | commitdiff | tree |
2022-10-26 |
dan | Disable the push-down optimization for sub-queries... |
commit | commitdiff | tree |
2022-10-26 |
drh | Remove an unused variable from the recovery extension. |
commit | commitdiff | tree |
2022-10-26 |
dan | Add the "recover" extension in ext/recover/, for salvag... |
commit | commitdiff | tree |
2022-10-26 |
dan | Remove an undefined left-shift operation from the recov... recover-extension 7/head |
commit | commitdiff | tree |
2022-10-26 |
dan | Merge further changes from trunk, including fix to... |
commit | commitdiff | tree |
2022-10-26 |
dan | Make the shell .recover command and the dbdata.c module... |
commit | commitdiff | tree |
2022-10-26 |
stephan | Correct misuse of localhost-mode-only symbol S in fiddl... |
commit | commitdiff | tree |
2022-10-26 |
stephan | Corrected link to fiddle in ext/wasm/index.html (broken... |
commit | commitdiff | tree |
2022-10-26 |
stephan | Replace the newly-removed oo1.DB.getFilename() with... |
commit | commitdiff | tree |
2022-10-26 |
stephan | Remove oo1.DB.hasFilename() and getFilename(), as they... |
commit | commitdiff | tree |
2022-10-26 |
drh | Remove the sqlite3StdTypeMap global constant that was... |
commit | commitdiff | tree |
2022-10-26 |
stephan | Add --download-version flag to ext/wasm/version-info... |
commit | commitdiff | tree |
2022-10-25 |
stephan | Add doc page link to the wasm dist README.txt. |
commit | commitdiff | tree |
2022-10-25 |
stephan | Correct -O level for fiddle build when built from the... |
commit | commitdiff | tree |
2022-10-25 |
stephan | Rename fiddle.html to index.html and move fiddle push... |
commit | commitdiff | tree |
2022-10-25 |
stephan | speedtest1: use the current (or default) vfs->xDelete... |
commit | commitdiff | tree |
2022-10-25 |
drh | Enhance the sqlite3_strglob() and sqlite3_strlike(... |
commit | commitdiff | tree |
2022-10-25 |
drh | Make the ".dump" command of the CLI more robust against... |
commit | commitdiff | tree |
2022-10-25 |
dan | Merge latest trunk changes with this branch. |
commit | commitdiff | tree |
2022-10-25 |
stephan | Minor doc tweaks in the JS GNUmakefile. |
commit | commitdiff | tree |
2022-10-25 |
stephan | Remove persistence from the 'reverse log order?' checkb... |
commit | commitdiff | tree |
2022-10-25 |
stephan | Minor cleanups and doc improvements in the OPFS sqlite3... |
commit | commitdiff | tree |
2022-10-24 |
drh | Fix typo in comment. |
commit | commitdiff | tree |
2022-10-24 |
drh | Add a comment to a previously undescribed member of... |
commit | commitdiff | tree |
2022-10-24 |
dan | Use the same "PRAGMA synchronous" setting for the outpu... |
commit | commitdiff | tree |
2022-10-24 |
drh | Improve the ability of the query planner to recognize... |
commit | commitdiff | tree |
2022-10-24 |
drh | Update the fuzzinvariant logic in fuzzcheck to the... |
commit | commitdiff | tree |
2022-10-24 |
drh | Fix built-in documentation for the ".mode qbox" command... |
commit | commitdiff | tree |
2022-10-24 |
drh | Test cases for covering indexes on wide tables. covering-index-enh |
commit | commitdiff | tree |
2022-10-23 |
drh | The wide-table covering index detection must take into... |
commit | commitdiff | tree |
2022-10-22 |
drh | More frequently send the complete SELECT statement... |
commit | commitdiff | tree |
next |