2023-02-03 |
dan | Fixes for testrunner.tcl on windows. |
commit | commitdiff | tree |
2023-02-03 |
dan | Have testrunner.tcl run various builds as part of the... |
commit | commitdiff | tree |
2023-02-03 |
dan | Avoid using Tcl command [clock] in testrunner.tcl. |
commit | commitdiff | tree |
2023-02-02 |
dan | Do not run test script pendingrace.test as part of... |
commit | commitdiff | tree |
2023-02-02 |
dan | Add configuration data for osx and windows to testrunne... |
commit | commitdiff | tree |
2023-02-01 |
dan | Update testrunner.tcl to use a separate process for... |
commit | commitdiff | tree |
2023-02-01 |
drh | Just because a CTE is used more than once, does not... |
commit | commitdiff | tree |
2023-02-01 |
dan | Fix a comment related to PENDING locks in os_unix.c... |
commit | commitdiff | tree |
2023-01-31 |
dan | Fix a race condition during hot-journal rollback on... |
commit | commitdiff | tree |
2023-01-31 |
dan | Fix a race condition during hot-journal rollback that... pending-lock-race |
commit | commitdiff | tree |
2023-01-30 |
drh | Additional tweaks to the enhancement at [609fbb94b8f01d... |
commit | commitdiff | tree |
2023-01-29 |
stephan | Two JS file renames which got inadvertently undone... |
commit | commitdiff | tree |
2023-01-29 |
stephan | Correct the handling of the worker1 and promiser JS... |
commit | commitdiff | tree |
2023-01-28 |
dan | Do not assume that sub-queries that contain window... |
commit | commitdiff | tree |
2023-01-28 |
drh | Show more details about the SrcItem.fg field in tree... |
commit | commitdiff | tree |
2023-01-28 |
dan | Fix a problem causing "PRAGMA quick_check" to return... |
commit | commitdiff | tree |
2023-01-28 |
dan | Update sqllimits1.test to account for the fact that... |
commit | commitdiff | tree |
2023-01-28 |
stephan | Makefile doc touchups - no code/build changes. |
commit | commitdiff | tree |
2023-01-28 |
stephan | Overhaul ext/wasm/GNUmakefile to consolidate what amoun... |
commit | commitdiff | tree |
2023-01-28 |
stephan | Enhance oo1.DB.exec() to simplify returning whole resul... |
commit | commitdiff | tree |
2023-01-28 |
stephan | Add JS bundler-friendly JS build. Minor test code cleanups. |
commit | commitdiff | tree |
2023-01-27 |
drh | Fix compiler warning in base85.c. |
commit | commitdiff | tree |
2023-01-27 |
stephan | Update ext/wasm/README-dist.txt for the bundler-friendl... js-bundler-friendly |
commit | commitdiff | tree |
2023-01-27 |
drh | Add an assert() to help static analyzers. |
commit | commitdiff | tree |
2023-01-27 |
dan | Do not try to run rbu tests with builds that do not... |
commit | commitdiff | tree |
2023-01-27 |
stephan | Add a feature idea note to DB.exec(), derived from... |
commit | commitdiff | tree |
2023-01-27 |
stephan | Cherrypick [3773934e91c20ca243] into trunk. |
commit | commitdiff | tree |
2023-01-27 |
stephan | Extract emcc version in JS build and use it to conditio... |
commit | commitdiff | tree |
2023-01-27 |
stephan | Work around a JS null pointer deref which could be... |
commit | commitdiff | tree |
2023-01-27 |
stephan | Cherrypick [fa784101775b7|emscripten ticket #18609... |
commit | commitdiff | tree |
2023-01-27 |
stephan | Work around upstream emscripten 3.1.31 bug [https:... |
commit | commitdiff | tree |
2023-01-27 |
stephan | More work on creating a separate sqlite3.js build which... |
commit | commitdiff | tree |
2023-01-27 |
stephan | Resolve a nested if-block bug in ext/wasm/c-pp.c which... |
commit | commitdiff | tree |
2023-01-27 |
stephan | Beginnings of a bundler-friendly build of sqlite3.mjs... |
commit | commitdiff | tree |
2023-01-26 |
stephan | End-of-line whitespace cleanups and doc typo fixes... |
commit | commitdiff | tree |
2023-01-26 |
dan | Have some RBU tests run as part of veryquick.test/testr... |
commit | commitdiff | tree |
2023-01-26 |
drh | Improved fix to allow sqlite3_vtab_in_first() to reliab... |
commit | commitdiff | tree |
2023-01-25 |
drh | Fix a harmless compiler warning in FTS3. |
commit | commitdiff | tree |
2023-01-25 |
drh | Defer calling the destructor for the user data on a... |
commit | commitdiff | tree |
2023-01-25 |
drh | Enhance the sqlite3_vtab_in_first() and sqlite3_vtab_in... |
commit | commitdiff | tree |
2023-01-25 |
dan | Fix a problem with fts3 auxiliary functions and one... |
commit | commitdiff | tree |
2023-01-25 |
dan | Fix another problem with fts3/4 auxiliary functions... |
commit | commitdiff | tree |
2023-01-24 |
dan | Add scalar SQL function unhex(). |
commit | commitdiff | tree |
2023-01-24 |
dan | Update unhex() to allow a second argument, specifying... unhex-function |
commit | commitdiff | tree |
2023-01-24 |
dan | Fix a problem with using fts3 auxiliary functions with... |
commit | commitdiff | tree |
2023-01-23 |
drh | Suppress a harmless compiler warning. |
commit | commitdiff | tree |
2023-01-23 |
drh | Due to a coding error, check-in [8efd61e8518594e3]... |
commit | commitdiff | tree |
2023-01-23 |
drh | Add the missing CARRAY_BLOB macro to the carray.h exten... |
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 |
next |