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 |
2022-10-22 |
drh | Enhance the query planner with the ability to discern... |
commit | commitdiff | tree |
2022-10-22 |
drh | This branch attempts to improve the detection of coveri... |
commit | commitdiff | tree |
2022-10-22 |
drh | Clarification on the meaning of SrcList and SrcItem... |
commit | commitdiff | tree |
2022-10-21 |
stephan | Add SQLITE_DQS to the compileoptions_used list, per... |
commit | commitdiff | tree |
2022-10-21 |
stephan | Macro name typo fix in OS_KV builds. |
commit | commitdiff | tree |
2022-10-21 |
drh | Ensure that the RtreeCell object in rtreeUpdate has... |
commit | commitdiff | tree |
2022-10-21 |
stephan | Add kvvfs tests to tester1.js. Fix a scopedAlloc()... |
commit | commitdiff | tree |
2022-10-21 |
stephan | Add timing info and OPFS sanity tests to tester1.js |
commit | commitdiff | tree |
2022-10-21 |
stephan | Expose sqlite3_vfs_unregister() to WASM and unregister... |
commit | commitdiff | tree |
2022-10-20 |
stephan | Make semantics for UDF xFinal() result handling and... |
commit | commitdiff | tree |
2022-10-20 |
stephan | Add more JS tests. Flesh out the aggregate UDF tests... |
commit | commitdiff | tree |
2022-10-20 |
stephan | Apply magic.txt correction and addition reported in... |
commit | commitdiff | tree |
2022-10-20 |
stephan | Rename sqlite3_web_... to sqlite3_js_... Document the... |
commit | commitdiff | tree |
2022-10-20 |
drh | Add a bit to the optimization disabling mask for the... |
commit | commitdiff | tree |
2022-10-20 |
dan | Add test case for previous commit. |
commit | commitdiff | tree |
2022-10-20 |
drh | Only enable the bMaybeNullRow flag on IndexedExpr for... |
commit | commitdiff | tree |
2022-10-20 |
drh | The generalized indexed expression optimization of... |
commit | commitdiff | tree |
2022-10-20 |
dan | Fix minor problems in test1.c test code. |
commit | commitdiff | tree |
2022-10-20 |
stephan | Rework sqlite3_wasm_vfs_unlink(), add sqlite3_wasm_db_v... |
commit | commitdiff | tree |
2022-10-20 |
stephan | Minor internal JS cleanups. |
commit | commitdiff | tree |
2022-10-19 |
drh | In the CLI, never use strcmp() or strncmp() directly... |
commit | commitdiff | tree |
next |