| 2022-12-03 |
stephan | JavaScript: add sqlite3.wasm.realloc(), sqlite3.capi... |
commit | commitdiff | tree | snapshot |
| 2022-12-03 |
stephan | wasm build: rename the path to the wasm docs checkout... |
commit | commitdiff | tree | snapshot |
| 2022-12-03 |
stephan | wasm snapshot and doc-related build automation tweaks. |
commit | commitdiff | tree | snapshot |
| 2022-12-03 |
stephan | Rework the oo1.DB's distinct-per-VFS post-open() step... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | Minor internal tweaks to the OPFS VFS. Resolve a missin... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | OPFS VFS: translate createSyncAccessHandle() exceptions... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
drh | For the sqlite3_bind and sqlite3_result interfaces... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
drh | Use sqlite3_result_int64() instead of sqlite3_result_in... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | Minor touchups to the JS test index page and test serve... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | wasm builds: explicitly set a default stack size becaus... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | wasm: after building snapshot zip file, emit instructio... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | Correct the problem which triggered the rollback in... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | Roll back the SQLITE_DEFAULT_PAGE_SIZE part of [c260895... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | sqlite3-wasm.c: code legibility and coding style tweaks... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | Expand JS tests for db export/import and document reaso... |
commit | commitdiff | tree | snapshot |
| 2022-12-02 |
stephan | Remove extraneous/unused sqlite3.oo1.version object... |
commit | commitdiff | tree | snapshot |
| 2022-12-01 |
stephan | sqlite3_js_create_file() now accepts an ArrayBuffer... |
commit | commitdiff | tree | snapshot |
| 2022-12-01 |
stephan | Reformulate and simplify some JS tests related to the... |
commit | commitdiff | tree | snapshot |
| 2022-12-01 |
stephan | Expand "sqlite3_vfs*" JS-to-WASM function argument... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
drh | Add a testcase() macro to verify that the case of a... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
drh | Fix an over-zealous assert() reported by Yong Heng. |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
drh | Attempt to rationalize the bits associated with ".where... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
stephan | Rename some JS files from X.js to X.c-pp.js to keep... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
drh | Always use nanosleep() (instead of usleep() or sleep... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
stephan | Install sqlite3_malloc/sqlite3_free() as the JS-side... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
stephan | Simplify how the OPFS VFS async proxy copies initial... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
stephan | OPFS VFS: remove an invalid TODO and fix a property... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
stephan | Rename some OPFS JS files. Prevent JS bindings of sqlit... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
stephan | Refactor a significant chunk of the OPFS sqlite3_vfs... |
commit | commitdiff | tree | snapshot |
| 2022-11-30 |
stephan | Doc and logging text tweaks in the OPFS async proxy... |
commit | commitdiff | tree | snapshot |
| 2022-11-29 |
stephan | sqlite3.oo1.OpfsDb: default to journal_mode=persist... |
commit | commitdiff | tree | snapshot |
| 2022-11-29 |
stephan | OPFS speedtest1: hide a currently-broken/to-fix WASMFS... |
commit | commitdiff | tree | snapshot |
| 2022-11-29 |
drh | Change the handling of hwtime.h to make it easier to... |
commit | commitdiff | tree | snapshot |
| 2022-11-29 |
dan | Fix legacy build system main.mk to include basexx.c... |
commit | commitdiff | tree | snapshot |
| 2022-11-29 |
stephan | Rename one instance of opfs.OpfsDb to oo1.OpfsDb, as... |
commit | commitdiff | tree | snapshot |
| 2022-11-29 |
stephan | Minor internal cleanups and docs in the OPFS sqlite3_vfs. |
commit | commitdiff | tree | snapshot |
| 2022-11-29 |
stephan | Internal restructuring of the OPFS sqlite3_vfs in order... |
commit | commitdiff | tree | snapshot |
| 2022-11-29 |
stephan | Add an explicit warning about the current API-instabili... |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
drh | Check-in [8d5b76593d82b3a5] contained an error that... |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
larrybr | Get ext/misc/basexx.c into the testfixture.exe build... |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
drh | Implementation of enhancement request [695a1a53dea6b240... |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
dan | Add the SQLITE_FCNTL_RESET_CACHE verb. Use it to ensure... |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
drh | Test cases added derived from the enhancment ticket. covering-indexed-expr |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
drh | Merge trunk changes into covering-index-expr branch. |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
drh | Rework the covering index checking routine, whereIsCove... |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
larrybr | Add (optional) base64 and base85 UDF extensions. |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
larrybr | Sync w/trunk, zap surplus space. base_convert |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
dan | Ensure the RETURNING clause is honoured when a row... |
commit | commitdiff | tree | snapshot |
| 2022-11-28 |
larrybr | Conform CLI .trace arg handling to its help. |
commit | commitdiff | tree | snapshot |
| 2022-11-27 |
stephan | Document an OPFS API change in Chrome v108 which does... |
commit | commitdiff | tree | snapshot |
| 2022-11-26 |
drh | Better reporting of when the WHERE clause analysis... |
commit | commitdiff | tree | snapshot |
| 2022-11-26 |
drh | Show which AggInfo.aCol an Expr node represents in... |
commit | commitdiff | tree | snapshot |
| 2022-11-26 |
drh | Merge trunk fixes into the covering-indexed-expr branch. |
commit | commitdiff | tree | snapshot |
| 2022-11-26 |
drh | Fix an incorrect assertion-fault in the "TREETRACE... |
commit | commitdiff | tree | snapshot |
| 2022-11-26 |
stephan | OPFS VFS: add the opfs-unlock-asap=1 URI flag which... |
commit | commitdiff | tree | snapshot |
| 2022-11-26 |
drh | Experimental changes to help the query planner detect... |
commit | commitdiff | tree | snapshot |
| 2022-11-25 |
drh | Relax restriction (8) on the push-down optimization... |
commit | commitdiff | tree | snapshot |
| 2022-11-25 |
drh | Fix #ifdefs so that restrictions (8) and (9) of the... |
commit | commitdiff | tree | snapshot |
| 2022-11-25 |
drh | Immprove the query planner such that it is able to... |
commit | commitdiff | tree | snapshot |
| 2022-11-25 |
drh | Add restriction (9) to the push-down optimization:... |
commit | commitdiff | tree | snapshot |
| 2022-11-25 |
drh | Remove a redundant assert() statement. agg-with-indexed-expr |
commit | commitdiff | tree | snapshot |
| 2022-11-25 |
drh | Improve the robustness of the updateAccumulator() routi... |
commit | commitdiff | tree | snapshot |
| 2022-11-25 |
drh | Improved comments. Add assert()s to verify that the... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
drh | Correctly deal with IF-NULL-ROW operators when dealing... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
larrybr | Speed up base85() conversions and sync w/trunk. |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
drh | Take care not to try to add comments to a TK_AGG_COLUMN... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
drh | Change a NEVER() into an assert(). |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
dan | Fix a test case in fts3expr4.test to account for differ... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
stephan | More work on the OPFS concurrency testing app. opfs-unlock-asap |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
stephan | JS documentation cleanups. No code changes. |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
dan | Update multiplex3.test to account for the fact that... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
drh | Add NEVER() and ALWAYS() macros on branches that are... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
drh | New test cases. Fix the logic so that it works for... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
larrybr | Speed up base64 conversions, and add test with more... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
stephan | Add sqlite3.oo1.DB.prototype.checkRc() and tests for... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
drh | Merge the latest trunk changes into the agg-with-indexe... |
commit | commitdiff | tree | snapshot |
| 2022-11-24 |
drh | Add explanatory comment to the new optimization. And... |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
stephan | Minor JS doc updates. |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
stephan | Add optional zSchema argument to sqlite3_js_db_export(). |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
stephan | OPFS concurrency test: add a URL flag to enable/disable... |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
stephan | Add an experimental OPFS VFS-specific URI flag, opfs... |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
drh | Aggregates with GROUP BY now make use of expressions... |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
drh | This attempt at modifying AggInfo to make use of indexe... |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
stephan | Initial infrastructure for adding a mode to the OPFS... |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
dan | Update Makefile.in to include new target "sqlite3r... |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
stephan | Remove a bit of over-cleverness which breaks loading... |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
stephan | OPFS concurrency tester: ensure that the work interval... |
commit | commitdiff | tree | snapshot |
| 2022-11-23 |
drh | Further foundation prep work prior to starting to flesh... |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
larrybr | Add more baseNN tests, get oversize error trapping... |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
drh | Merge enhancements and fixes from trunk. |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
drh | Add the stub function: optimizeAggregateUsingIndexedExp... |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
mistachkin | Avoid naming collision between the sha1 and shathree... |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
drh | Include the treetrace bitmap comment accidentally omitt... |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
drh | Merge trunk fixes and enhancements into the agg-with... |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
drh | Rename the SELECTTRACE macro to TREETRACE, so that... |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
larrybr | Sync w/trunk. Ready for merge to trunk. |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
larrybr | Add test/basexx1.test to test is_base85(t), base85... |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
drh | Fix the error message in the CLI for "no such VFS". |
commit | commitdiff | tree | snapshot |
| 2022-11-22 |
dan | Add Makefile.in targets for sqlite3r.c and sqlite3r... make-sqlite3r.c |
commit | commitdiff | tree | snapshot |
| next |