| 2025-09-25 |
dan | Include writes to temp files by sort operations in... |
commit | commitdiff | tree | snapshot |
| 2025-09-18 |
drh | Include I/O consumed by ephermeral cursors in the SQLIT... |
commit | commitdiff | tree | snapshot |
| 2025-09-18 |
drh | Initial implementation of SQLITE_DBSTATUS_SPILL. Does... |
commit | commitdiff | tree | snapshot |
| 2025-09-17 |
drh | Add the sqlite3_db_status64() interface. db-status64 |
commit | commitdiff | tree | snapshot |
| 2025-09-17 |
drh | Remove newly unreachable code in the solver of the... |
commit | commitdiff | tree | snapshot |
| 2025-09-17 |
drh | In the date/time functions, a timezone suffix of "... |
commit | commitdiff | tree | snapshot |
| 2025-09-15 |
dan | Updates to where.c to handle vtabs in joins more simila... |
commit | commitdiff | tree | snapshot |
| 2025-09-15 |
dan | Merge latest trunk with this branch. vtab-planner-fixes |
commit | commitdiff | tree | snapshot |
| 2025-09-15 |
stephan | Diverse internal cleanups in the JS/WASM pieces. A... |
commit | commitdiff | tree | snapshot |
| 2025-09-14 |
stephan | Expose sqlite3_set_errmsg() to the JNI bindings. |
commit | commitdiff | tree | snapshot |
| 2025-09-14 |
stephan | Expose the new sqlite3_set_errmsg() to wasm. Refactor... |
commit | commitdiff | tree | snapshot |
| 2025-09-13 |
dan | Updates to where.c to handle vtabs in joins more simila... |
commit | commitdiff | tree | snapshot |
| 2025-09-13 |
drh | Initialize the sqlite3_set_errmsg entry on the loadable... |
commit | commitdiff | tree | snapshot |
| 2025-09-13 |
drh | Add --enable-dbstat and --enable-dbpage options to... |
commit | commitdiff | tree | snapshot |
| 2025-09-13 |
drh | Enhance the integerValue() routine in the CLI so that... |
commit | commitdiff | tree | snapshot |
| 2025-09-12 |
stephan | Add a TODO regarding replacing the internal sqlite3__wa... |
commit | commitdiff | tree | snapshot |
| 2025-09-12 |
dan | Add sqlite3_set_errmsg(). Use this in sqlite3changeset_... |
commit | commitdiff | tree | snapshot |
| 2025-09-12 |
drh | Typo fixes. Make sqlite3_set_errmsg() accessible to... sqlite3-set-errmsg |
commit | commitdiff | tree | snapshot |
| 2025-09-12 |
drh | Add more details to comments in the previous check-in. |
commit | commitdiff | tree | snapshot |
| 2025-09-12 |
dan | Add experimental API sqlite3_set_errmsg(). Use this... |
commit | commitdiff | tree | snapshot |
| 2025-09-11 |
drh | Fix an off-by-one error in sqlite3_rsync. |
commit | commitdiff | tree | snapshot |
| 2025-09-11 |
drh | Improved support for VxWorks. |
commit | commitdiff | tree | snapshot |
| 2025-09-11 |
drh | Fix a harmless compiler warning in the CLI. Gcc genera... |
commit | commitdiff | tree | snapshot |
| 2025-09-11 |
stephan | Latest upstream autosetup, with project-local s/--debug... |
commit | commitdiff | tree | snapshot |
| 2025-09-11 |
stephan | Configure script portability improvements for HP-UX... |
commit | commitdiff | tree | snapshot |
| 2025-09-11 |
stephan | In mkautoconfamal.sh use $MAKE if it's set so that... |
commit | commitdiff | tree | snapshot |
| 2025-09-10 |
drh | Minor #ifdef changes to the carray.c extension so that... |
commit | commitdiff | tree | snapshot |
| 2025-09-10 |
drh | Use a separate mutex (SQLITE_MUTEX_STATIC_VFS2) for... vxworks |
commit | commitdiff | tree | snapshot |
| 2025-09-10 |
dan | Change the order of some paragraphs within documentatio... |
commit | commitdiff | tree | snapshot |
| 2025-09-10 |
drh | The GetSystemTimePreciseAsFileTime() API does not exist... |
commit | commitdiff | tree | snapshot |
| 2025-09-09 |
drh | If open files in VxWorks, do not unlink the file unless... |
commit | commitdiff | tree | snapshot |
| 2025-09-09 |
drh | Do not allow attempts to open files in VxWorks unless... |
commit | commitdiff | tree | snapshot |
| 2025-09-09 |
drh | Do not allow the local_getline() function in the CLI... |
commit | commitdiff | tree | snapshot |
| 2025-09-08 |
drh | Fix a potential memory leak in the VxWorks VFS that... |
commit | commitdiff | tree | snapshot |
| 2025-09-08 |
drh | In VxWorks, temporary filenames must be full absolute... |
commit | commitdiff | tree | snapshot |
| 2025-09-08 |
drh | Add the ability to compile with -DOS_VXWORKS=1 on Linux... |
commit | commitdiff | tree | snapshot |
| 2025-09-08 |
dan | Add "PRAGMA wal_checkpoint = noop" and SQLITE_CHECKPOIN... |
commit | commitdiff | tree | snapshot |
| 2025-09-08 |
dan | Merge trunk changes into this branch. wal-checkpoint-noop |
commit | commitdiff | tree | snapshot |
| 2025-09-08 |
dan | Add documentation comment for SQLITE_CHECKPOINT_NOOP. |
commit | commitdiff | tree | snapshot |
| 2025-09-06 |
dan | Improve documentation of SQLITE_DBCONFIG_ENABLE_FTS3_TO... |
commit | commitdiff | tree | snapshot |
| 2025-09-05 |
stephan | WAL API doc tweaks based on suggestions from [forum... |
commit | commitdiff | tree | snapshot |
| 2025-09-05 |
stephan | Build portability fixes for HP-UX, reported in [forum... |
commit | commitdiff | tree | snapshot |
| 2025-09-05 |
dan | Add tests to check that SQLITE_DBCONFIG_ENABLE_FTS3_TOK... |
commit | commitdiff | tree | snapshot |
| 2025-09-04 |
dan | Add "PRAGMA wal_checkpoint = noop" and SQLITE_CHECKPOIN... |
commit | commitdiff | tree | snapshot |
| 2025-09-04 |
stephan | Generic doc updates in ext/wasm's makefiles. No functio... |
commit | commitdiff | tree | snapshot |
| 2025-09-04 |
drh | Use Pgno instead of int for the pgno field in the Dbpag... |
commit | commitdiff | tree | snapshot |
| 2025-09-03 |
dan | Fix a typo in a comment in carray.h. |
commit | commitdiff | tree | snapshot |
| 2025-09-03 |
stephan | Random wasm internal doc cleanups. No code changes. |
commit | commitdiff | tree | snapshot |
| 2025-09-02 |
dan | Add test case for pushing WHERE constraints into a... |
commit | commitdiff | tree | snapshot |
| 2025-09-01 |
stephan | Latest side-stream autosetup/proj.tcl for improved... |
commit | commitdiff | tree | snapshot |
| 2025-09-01 |
stephan | Fix a line-wrap change made in [50234bc9e9fe58da] which... |
commit | commitdiff | tree | snapshot |
| 2025-08-29 |
dan | Update test script reservebytes.test so that it works... |
commit | commitdiff | tree | snapshot |
| 2025-08-29 |
dan | Ensure POSIX builds work as expected (no extra usleep... |
commit | commitdiff | tree | snapshot |
| 2025-08-29 |
stephan | Add 'from a check-out' to the mksqlite3h.tcl manifest... |
commit | commitdiff | tree | snapshot |
| 2025-08-29 |
stephan | Fix the mksqlite3h.tcl SQLITE_SCM_... changes to work... |
commit | commitdiff | tree | snapshot |
| 2025-08-28 |
stephan | Remove some commented-out debugging lines and fix a... |
commit | commitdiff | tree | snapshot |
| 2025-08-28 |
stephan | Add macros SQLITE_SCM_BRANCH/TAGS/DATETIME to sqlite3... |
commit | commitdiff | tree | snapshot |
| 2025-08-28 |
stephan | Remove sqlite3expert.h from the compiler invocation... |
commit | commitdiff | tree | snapshot |
| 2025-08-27 |
dan | Add test to ensure that changing the number of reserved... |
commit | commitdiff | tree | snapshot |
| 2025-08-25 |
dan | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
| 2025-08-25 |
dan | Check that certain ON clauses do not refer to tables... |
commit | commitdiff | tree | snapshot |
| 2025-08-25 |
drh | For the --pagecache option of the CLI, if the SIZE... |
commit | commitdiff | tree | snapshot |
| 2025-08-25 |
dan | Add test case to this branch to show that it handles... on-clause-fix-3rd-try |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
drh | Small simplification to the query flattener logic. |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
dan | Fix the cases in joinI.test on this branch. |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
drh | Fix cksumvfs test case added by [e3bd1feccaee8ff2]... |
commit | commitdiff | tree | snapshot |
| 2025-08-22 |
drh | Fix the sqlite3SetJoinExpr() routine so that it correct... |
commit | commitdiff | tree | snapshot |
| 2025-08-22 |
drh | Steal the test/joinI.test from the on-clause-error... |
commit | commitdiff | tree | snapshot |
| 2025-08-22 |
drh | Remember if a SELECT statement contains an ON clause... |
commit | commitdiff | tree | snapshot |
| 2025-08-22 |
drh | Enhance treeview so that it shows the contents of ON... |
commit | commitdiff | tree | snapshot |
| 2025-08-22 |
drh | Experimental minor simplification of the query flattener. simplify-flattener |
commit | commitdiff | tree | snapshot |
| 2025-08-21 |
drh | Fix a minor typo in a comment. |
commit | commitdiff | tree | snapshot |
| 2025-08-21 |
stephan | Add config as an alias for the reconfigure makefile... |
commit | commitdiff | tree | snapshot |
| 2025-08-21 |
stephan | Remove some resolved TODOs from the makefile. Ensure... |
commit | commitdiff | tree | snapshot |
| 2025-08-20 |
drh | The sqlite3_prepare() and similar interfaces should... |
commit | commitdiff | tree | snapshot |
| 2025-08-20 |
drh | Add an assert() to prove that sqlite3_prepare() does... create-index-error-retry-fix |
commit | commitdiff | tree | snapshot |
| 2025-08-20 |
drh | Change a newly unreachable branch into an ALWAYS(). |
commit | commitdiff | tree | snapshot |
| 2025-08-20 |
dan | Avoid returning SQLITE_ERROR_RETRY if collation sequenc... |
commit | commitdiff | tree | snapshot |
| 2025-08-20 |
dan | Fix a problem with SQLITE_CHANGESET_CONFLICT conflicts... |
commit | commitdiff | tree | snapshot |
| 2025-08-20 |
stephan | In builds without HAVE_FCHMOD (e.g. WASI), make the... |
commit | commitdiff | tree | snapshot |
| 2025-08-19 |
dan | Fix a problem causing an SQLITE_CHANGESET_DATA conflict... |
commit | commitdiff | tree | snapshot |
| 2025-08-16 |
stephan | Add a doc sentence about sqlite3_set_clientdata()'s... |
commit | commitdiff | tree | snapshot |
| 2025-08-14 |
dan | Avoid depending on HAVE_STDINT_H and SQLITE_PTRSIZE... |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
stephan | Minor internal cleanups in the configure script. No... |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
dan | Have cksumvfs write checksums to the database file... |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
dan | In cksumvfs, do not write checksums to the wal file... cksumvfs-wal-fix |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
stephan | Minor autosetup/README.md tweaks. |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
stephan | Move the forced NDEBUG in fts3Int.h up above the #inclu... |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
stephan | Doc updates in the configure script. No functional... |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
dan | Fix a problem with the checksum-vfs and direct-overflow... |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
dan | Fix a problem with the checksum-vfs and direct-overflow... cksum-direct-ovfl-fix |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
stephan | Doc cleanups in main.mk. No functional changes. |
commit | commitdiff | tree | snapshot |
| 2025-08-12 |
dan | Fix a problem with reading wal mode databases from... |
commit | commitdiff | tree | snapshot |
| 2025-08-12 |
dan | Fix a problem building testfixture on non SQLITE_OS_WIN... win-unc-fix |
commit | commitdiff | tree | snapshot |
| 2025-08-12 |
dan | On windows, when opening a UNC path, fall back to using... |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
drh | The off-by-one fix at [3e627d66ebdef8df] is insufficien... |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
dan | Replace some 32-bit arithmetic in fts3_write.c with... |
commit | commitdiff | tree | snapshot |
| 2025-08-07 |
stephan | Add an explicit call to sqlite3_initialize() to sqlite3... |
commit | commitdiff | tree | snapshot |
| 2025-08-06 |
stephan | Skip checking for dlopen() on mingw builds and those... |
commit | commitdiff | tree | snapshot |
| 2025-08-06 |
drh | Do not allow the number of terms in an ORDER BY or... |
commit | commitdiff | tree | snapshot |
| next |