2023-01-24 |
dan | Update unhex() to allow a second argument, specifying... unhex-function |
commit | commitdiff | tree |
2023-01-23 |
dan | Add experimental user function unhex(). |
commit | commitdiff | tree |
2023-01-22 |
larrybr | Give CLI .version a place in .help output. |
commit | commitdiff | tree |
2023-01-21 |
stephan | Minor API doc cleanups and JS code simplification. |
commit | commitdiff | tree |
2023-01-21 |
drh | Fix a memory leak in the TCL test harness associated... |
commit | commitdiff | tree |
2023-01-21 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2023-01-20 |
drh | Extend the carray extension to allow the use of BLOB... |
commit | commitdiff | tree |
2023-01-20 |
drh | Two branches associated with memdb are now always taken... |
commit | commitdiff | tree |
2023-01-20 |
dan | Ensure that the database encoding cannot be changed... |
commit | commitdiff | tree |
2023-01-20 |
dan | Add tests for changing the database encoding via RESET_... |
commit | commitdiff | tree |
2023-01-20 |
drh | The json_group_array(), json_group_object(), and fts5_s... |
commit | commitdiff | tree |
2023-01-19 |
dan | Fix numbering issue in and remove duplicate test from... |
commit | commitdiff | tree |
2023-01-18 |
stephan | Emit sqlite3-api.(m)js during the JS build process... |
commit | commitdiff | tree |
2023-01-17 |
dan | Fix another issue with very large compressed LSM databases. |
commit | commitdiff | tree |
2023-01-17 |
drh | Change an now unreachable testcase() into an assert(). |
commit | commitdiff | tree |
2023-01-17 |
drh | Fix harmless compiler warnings in the CLI. |
commit | commitdiff | tree |
2023-01-17 |
dan | Update virtual tables json_each and json_tree so that... |
commit | commitdiff | tree |
2023-01-17 |
drh | Add test cases to confirm that the schema parsing quirk... |
commit | commitdiff | tree |
2023-01-16 |
larrybr | Cause .clone to not trip over sequence table as reporte... |
commit | commitdiff | tree |
2023-01-16 |
drh | In the CLI, create our own private version of strncpy... |
commit | commitdiff | tree |
2023-01-14 |
drh | Omit the long-disused FTS1 and FTS2 implements from... |
commit | commitdiff | tree |
2023-01-14 |
larrybr | Add OOM check, per tip at [forum:/forumpost/933479b2d5... |
commit | commitdiff | tree |
2023-01-14 |
larrybr | Doc-only fix, per [forum:/forumpost/0cfaf6876b|forum... |
commit | commitdiff | tree |
2023-01-13 |
dan | Fix another lsm compression-mode bug. |
commit | commitdiff | tree |
2023-01-13 |
drh | In expression nodes of type REGISTER with sub-type... |
commit | commitdiff | tree |
2023-01-13 |
drh | Add missing "const" on variables in recent RBU fixes. |
commit | commitdiff | tree |
2023-01-13 |
drh | Enhance query planning so that it check for sqlite3_int... |
commit | commitdiff | tree |
2023-01-13 |
drh | Update documentation for sqlite3_progress_handler(). progress-during-prepare |
commit | commitdiff | tree |
2023-01-13 |
drh | Remove an incorrect legacy assert(). |
commit | commitdiff | tree |
2023-01-12 |
drh | Reduce the frequency of calls to sqlite3ProgressCheck(). |
commit | commitdiff | tree |
2023-01-12 |
drh | Fix sqlite3_prepare() so that it only invokes the progr... |
commit | commitdiff | tree |
2023-01-12 |
dan | Do not attempt to run new test file rbupass.test if... |
commit | commitdiff | tree |
2023-01-12 |
dan | Avoid crashing when using an RBU VFS with a version... |
commit | commitdiff | tree |
2023-01-12 |
dan | When deleting any old OAL file before starting an RBU... |
commit | commitdiff | tree |
2023-01-12 |
drh | Attempt to provide a mechanism to do early termination... |
commit | commitdiff | tree |
2023-01-11 |
drh | Fix duplicate semicolon in btreeInt.h. |
commit | commitdiff | tree |
2023-01-11 |
drh | Fix a false-positive in the out-of-range jump detection... |
commit | commitdiff | tree |
2023-01-11 |
drh | If OP_Rewind has P2 of zero, that is an assertion that... code-generator-20230111 |
commit | commitdiff | tree |
2023-01-11 |
drh | Add an assert() to the byte-code engine that goes off... |
commit | commitdiff | tree |
2023-01-11 |
dan | Fix problems with compressed LSM databases larger than... |
commit | commitdiff | tree |
2023-01-11 |
drh | Improved progress-handler and interrupt detection durin... |
commit | commitdiff | tree |
2023-01-11 |
dan | Fix another 64-bit offset problem in lsm. lsm-compress-fixes |
commit | commitdiff | tree |
2023-01-11 |
drh | Add a new sqlite3_is_interrupted() interface that can... |
commit | commitdiff | tree |
2023-01-10 |
drh | When computing the datatypes for columns in a view... |
commit | commitdiff | tree |
2023-01-10 |
dan | Fix handling of unix paths that contain ".." components... |
commit | commitdiff | tree |
2023-01-10 |
drh | Improvements to the SQLITE_DIRECTONLY documentation. |
commit | commitdiff | tree |
2023-01-10 |
dan | Fix handling of unix paths that contain ".." components... unix-path-fix |
commit | commitdiff | tree |
2023-01-09 |
dan | Fix some problems with large, compressed, lsm databases. |
commit | commitdiff | tree |
2023-01-09 |
larrybr | Clarify help for .quit. |
commit | commitdiff | tree |
2023-01-09 |
drh | Fix JSON functions so that they work correctly under... |
commit | commitdiff | tree |
2023-01-07 |
larrybr | Doc-only update, sqlite3_preupdate_hook() return |
commit | commitdiff | tree |
2023-01-07 |
dan | Account for read-only connections on databases with... |
commit | commitdiff | tree |
2023-01-05 |
drh | Changes a testcase() into an assert() due to the |
commit | commitdiff | tree |
2023-01-05 |
dan | Fix a problem with applying integer affinity to a MEM_I... |
commit | commitdiff | tree |
2023-01-05 |
drh | In the zipvfile extension (which is not part of the... |
commit | commitdiff | tree |
2023-01-04 |
drh | Adjustements to the tool/warnings.sh script to account... |
commit | commitdiff | tree |
2023-01-04 |
dan | Ensure that LIMIT clauses may be passed through to... |
commit | commitdiff | tree |
2023-01-04 |
larrybr | Employ deliberate_fall_through macro to quiet some... |
commit | commitdiff | tree |
2023-01-04 |
drh | Enhance PRAGMA integrity_check so that it verifies... |
commit | commitdiff | tree |
2023-01-04 |
drh | Remove the unused "sqlite3StackAllocZero()" macro. |
commit | commitdiff | tree |
2023-01-04 |
stephan | Elaborate on the open-in-read-only fallback behavior... |
commit | commitdiff | tree |
2023-01-04 |
stephan | Remove the JS-side SQLITE_WASM_DEALLOC sanity check... |
commit | commitdiff | tree |
2023-01-03 |
drh | Small performance increase in the symbol hash table. |
commit | commitdiff | tree |
2023-01-03 |
drh | Avoid an unnecessary call to strlen() in the sqlite3Vdb... |
commit | commitdiff | tree |
2023-01-03 |
drh | Small performance improvement in the btreeOverwriteCell... |
commit | commitdiff | tree |
2023-01-02 |
stephan | Add some docs explaining a particular piece of [ae0196d... |
commit | commitdiff | tree |
2023-01-02 |
stephan | Another reformulation of SQLITE_WASM_DEALLOC to attempt... |
commit | commitdiff | tree |
2023-01-01 |
stephan | An alternative solution to mapping SQLITE_WASM_DEALLOC... |
commit | commitdiff | tree |
2022-12-31 |
peter.d.reid | Remove redundant assignment in kvvfs's decoding. |
commit | commitdiff | tree |
2022-12-31 |
peter.d.reid | Avoid an infinite loop when an unexpected character... |
commit | commitdiff | tree |
2022-12-29 |
drh | A call to sqlite3_declare_vtab() should not cause DML... |
commit | commitdiff | tree |
2022-12-27 |
stephan | Add sqlite3changeset_new/old_js(), which work like... |
commit | commitdiff | tree |
2022-12-27 |
stephan | Expose sqlite3_preupdate_hook() and friends to the... |
commit | commitdiff | tree |
2022-12-27 |
drh | Fix a missing 0 at the end of an integer literal in... |
commit | commitdiff | tree |
2022-12-27 |
dan | Fix a broken assert() in fts5. |
commit | commitdiff | tree |
2022-12-27 |
stephan | Add links to module-symbols.html for newly-added APIs. |
commit | commitdiff | tree |
2022-12-27 |
stephan | Add two more tests to [f99f8e3ecfe20]. |
commit | commitdiff | tree |
2022-12-27 |
stephan | Expose sqlite3_commit/rollback/update_hook() to JS... |
commit | commitdiff | tree |
2022-12-27 |
stephan | Add an optional argument to oo1.DB.transaction() to... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Expose the auto-extension API to JS and reorganize... |
commit | commitdiff | tree |
2022-12-26 |
drh | Fix an infinite loop in the MEMSYS5 auxiliary memory... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Document sqlite3.capi.sqlite3_prepare_v3() as accepting... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Correct some internal-use JS docs and update the 'strin... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Only add an on-db-close cleanup entry for collations... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Extend [0e69b2c379e618] to support uninstalling stale... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Add JS infrastructure which enables sqlite3.capi.sqlite... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Reimplement sqlite3.capi.sqlite3_close_v2() and sqlite3... |
commit | commitdiff | tree |
2022-12-26 |
larrybr | Grammar fixup in comment re SQLITE_TRACE_PROFILE trace... |
commit | commitdiff | tree |
2022-12-25 |
stephan | module-symbols.html: add some missing links to C-side... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Update JS worker #1 API and related tests for recent... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Rename the new wasm.irSizeof() to sizeofIR() because... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Minor internal API doc correction and extend a test... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add sqlite3.oo1.DB.selectValues(). Correct a logic... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Merge wasm-session-api branch into trunk, adding the... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add basic session API JS tests. wasm-session-api |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add sqlite3.wasm.irSizeof() and extend certain allocati... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add tests confirming that JS sqlite3_exec()'s SQL argum... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Replace the "manual" implementation of sqlite3.capi... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Remove duplicated JS binding of sqlite3changeset_apply_... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add the address of the associated db handle to the... |
commit | commitdiff | tree |
next |