2022-11-10 |
dan | Avoid returning SQLITE_SCHEMA if the first query run... schema-error-fix |
commit | commitdiff | tree |
2022-11-10 |
stephan | Automatically relinquish implicitly-acquired OPFS file... |
commit | commitdiff | tree |
2022-11-10 |
stephan | Rework automatically acquired OPFS locks to be released... opfs-lock-without-xlock |
commit | commitdiff | tree |
2022-11-10 |
stephan | OPFS: if an op which needs a lock is called when no... |
commit | commitdiff | tree |
2022-11-09 |
dan | Better handle an error in the fts5 integrity-check... |
commit | commitdiff | tree |
2022-11-09 |
drh | Additional defense against corrupt database files in... |
commit | commitdiff | tree |
2022-11-09 |
drh | Increase the precision of the nData parameter to the... |
commit | commitdiff | tree |
2022-11-08 |
dan | Fix a problem with URI formatting in calls to sqlite3rb... |
commit | commitdiff | tree |
2022-11-08 |
dan | Do not attempt to run test script dbpagefault.test... |
commit | commitdiff | tree |
2022-11-08 |
dan | Fix a problem in main.mk preventing the amalgamation... |
commit | commitdiff | tree |
2022-11-07 |
drh | Further improvements to the handling of the u32 and... |
commit | commitdiff | tree |
2022-11-07 |
drh | Improve the ability of mkshellc.tcl to remove redundant... |
commit | commitdiff | tree |
2022-11-07 |
dan | Add the sqlite3rbu_rename_handler() API. To override... |
commit | commitdiff | tree |
2022-11-07 |
stephan | Minor doc updates in speed-check.sh. No code changes. |
commit | commitdiff | tree |
2022-11-07 |
drh | Fix an obsolete comment. |
commit | commitdiff | tree |
2022-11-07 |
drh | Fix typo in comment. |
commit | commitdiff | tree |
2022-11-07 |
stephan | Add sqlite3.wasm.alloc.impl() as a "public back door... |
commit | commitdiff | tree |
2022-11-07 |
drh | Fix requirements marks so that they match documentation... |
commit | commitdiff | tree |
2022-11-07 |
stephan | Minor wasm doc touchups. No code changes. |
commit | commitdiff | tree |
2022-11-07 |
drh | Fix the documentation regarding negative length paramet... |
commit | commitdiff | tree |
2022-11-07 |
drh | Make sure that the recoverStrlen() function (used inter... |
commit | commitdiff | tree |
2022-11-06 |
drh | The recoverAssertMutexHeld() function is for testing... |
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 |
next |