2025-05-28 |
drh | Do not use a partial index if the truth of the WHERE... silly-partial-indexes |
commit | commitdiff | tree |
2025-05-26 |
drh | Slight change to tool/split-sqlite3c.tcl to make it... |
commit | commitdiff | tree |
2025-05-26 |
drh | Fix a bug in the speedtest.tcl testing script that... |
commit | commitdiff | tree |
2025-05-26 |
stephan | In the TEA build, enable USE_TCL_STUBS on Mac platforms. |
commit | commitdiff | tree |
2025-05-26 |
dan | On OpenBSD, do not test fuzzcheck with ubsan as part... |
commit | commitdiff | tree |
2025-05-26 |
drh | Avoid calls to sprintf() in Lemon, since OpenBSD hates... |
commit | commitdiff | tree |
2025-05-26 |
stephan | When detecting TCLLIBDIR, skip over //zipfs paths,... |
commit | commitdiff | tree |
2025-05-26 |
stephan | tclsqlite.c doc typo fix. |
commit | commitdiff | tree |
2025-05-24 |
drh | Change json_group_object() so that it ignores entries... |
commit | commitdiff | tree |
2025-05-24 |
stephan | vtablog.c doc fixes reported in [forum:416d1e37b2|forum... |
commit | commitdiff | tree |
2025-05-24 |
drh | Amend the previous: Set SQLITE_JSON_MAX_DEPTH to 500... |
commit | commitdiff | tree |
2025-05-23 |
drh | Limit JSON recursion depth to 500 when running ASAN... |
commit | commitdiff | tree |
2025-05-23 |
drh | Add the --osmalloc option to the test/speedtest.tcl... |
commit | commitdiff | tree |
2025-05-22 |
dan | Fix a problem with using streaming iterators with sqlit... |
commit | commitdiff | tree |
2025-05-19 |
drh | Clarify some malloc size computations to simplify the... |
commit | commitdiff | tree |
2025-05-19 |
drh | Make the new sqlite3_setlk_timeout() interface accessib... |
commit | commitdiff | tree |
2025-05-19 |
drh | Remove stray tab characters from source files. |
commit | commitdiff | tree |
2025-05-19 |
drh | Fix a harmless comment typo |
commit | commitdiff | tree |
2025-05-19 |
drh | Adjust the tool/warnings.sh script so that it works... |
commit | commitdiff | tree |
2025-05-17 |
stephan | Latest teaish pieces, most significantly for tcl portab... |
commit | commitdiff | tree |
2025-05-17 |
stephan | Minor tcl doc update. tea-cleanups |
commit | commitdiff | tree |
2025-05-17 |
stephan | Rename feature-tests.tcl to feature.tcl. Haiku tcl... |
commit | commitdiff | tree |
2025-05-17 |
stephan | Latest upstream teaish pieces for minor fixes. Restruct... |
commit | commitdiff | tree |
2025-05-16 |
drh | Improved version of the previous check-in. |
commit | commitdiff | tree |
2025-05-16 |
drh | Fix the optimization of check-in [663f5dd32d9db832... |
commit | commitdiff | tree |
2025-05-15 |
drh | Add the --enablefk option to the "changeset apply"... |
commit | commitdiff | tree |
2025-05-15 |
drh | Enhance the "changeset" utility program with new comman... |
commit | commitdiff | tree |
2025-05-15 |
drh | Rework the showHelp() function in the CLI implementatio... |
commit | commitdiff | tree |
2025-05-14 |
drh | Back out the "low-quality index" query planner hack... |
commit | commitdiff | tree |
2025-05-13 |
drh | Fix trunk fork. |
commit | commitdiff | tree |
2025-05-13 |
stephan | Adjust the strftime() test in test/date4.test to remove... |
commit | commitdiff | tree |
2025-05-13 |
drh | First cut at enhancing the fsdir virtual table so that... |
commit | commitdiff | tree |
2025-05-13 |
drh | Omit the unused readdir_r() routine from test_windirent.c |
commit | commitdiff | tree |
2025-05-12 |
stephan | Session extension doc typo fix reported in [forum:75e94... |
commit | commitdiff | tree |
2025-05-12 |
drh | Fix a coding mistake in vfstrace. |
commit | commitdiff | tree |
2025-05-11 |
drh | Remove a redundant typedef from the sqlite3_rsync.c... |
commit | commitdiff | tree |
2025-05-10 |
drh | Provide the SQLITE_BUG_COMPATIBLE_20250510 compile... |
commit | commitdiff | tree |
2025-05-10 |
drh | Add enforcement of the obscure JSON5 syntax rule that... |
commit | commitdiff | tree |
2025-05-08 |
drh | Fix PRAGMA trusted_schema=OFF and similar so that it... |
commit | commitdiff | tree |
2025-05-08 |
stephan | Internal doc typo fix. No code changes. |
commit | commitdiff | tree |
2025-05-07 |
drh | Fix a harmless warning about and oversize shift operati... |
commit | commitdiff | tree |
2025-05-06 |
dan | Add test cases for the NOT NULL/IS NULL optimization... |
commit | commitdiff | tree |
2025-05-06 |
drh | Fix a bug in the NOT NULL/IS NULL optimization of check... |
commit | commitdiff | tree |
2025-05-06 |
drh | Fix the sqlite3VdbeTypeofColumn() function so that... |
commit | commitdiff | tree |
2025-05-06 |
drh | Fix console-I/O on Windows for DEBUG=3 builds. Broken by |
commit | commitdiff | tree |
2025-05-03 |
drh | Enhance sqlite3_rsync so that if the first attempt... |
commit | commitdiff | tree |
2025-05-03 |
drh | Fix a harmless redundant variable declaration in sqlite... |
commit | commitdiff | tree |
2025-05-03 |
drh | Addition summary results output when using -vvv on... |
commit | commitdiff | tree |
2025-05-03 |
drh | Promote the --protocol option to sqlite3_rsync from... |
commit | commitdiff | tree |
2025-05-03 |
drh | Enhance sqlite3_rsync (in a backwards-compatible way... |
commit | commitdiff | tree |
2025-05-03 |
drh | Improvements to protocol negotiation. faster-rsync |
commit | commitdiff | tree |
2025-05-02 |
drh | Clean up command-line parsing. Add the undocumented |
commit | commitdiff | tree |
2025-05-02 |
drh | Now appears to be working. More testing needed. Refin... |
commit | commitdiff | tree |
2025-05-02 |
drh | Bug fixes. Added new debugging features to better... |
commit | commitdiff | tree |
2025-05-02 |
drh | This is the start of an experiment in getting sqlite3_r... |
commit | commitdiff | tree |
2025-05-02 |
drh | Do not allow sqlite3_rsync to convert the replica from... |
commit | commitdiff | tree |
2025-05-01 |
drh | Enhance sqlite3_rsync so that, by default, it will... |
commit | commitdiff | tree |
2025-05-01 |
drh | Allow sqlite3_rsync to work on non-WAL-mode databases... rsync-non-wal-mode |
commit | commitdiff | tree |
2025-04-30 |
drh | Fix a harmless problem in the CLI in which SQL errors... |
commit | commitdiff | tree |
2025-04-30 |
drh | Fix an issue in Bloom filters on RHS subsqueries to... |
commit | commitdiff | tree |
2025-04-29 |
stephan | Upstream teaish for a tcl portability fix on Haiku... |
commit | commitdiff | tree |
2025-04-29 |
drh | Remove the run-fuzzcheck makefile targets, since testru... |
commit | commitdiff | tree |
2025-04-29 |
drh | Add the "--fuzzdb FILENAME" to testrunner.tcl as an... |
commit | commitdiff | tree |
2025-04-29 |
drh | Update testrunner.tcl documentation. Fix typo in testr... |
commit | commitdiff | tree |
2025-04-29 |
drh | Improved --explain display of FUZZDB test plans in... |
commit | commitdiff | tree |
2025-04-29 |
drh | Do not run FUZZDB on either Windows-Memdebug or Windows... |
commit | commitdiff | tree |
2025-04-29 |
drh | Make testrunner.tcl more restrictive about which config... |
commit | commitdiff | tree |
2025-04-28 |
drh | Testrunner.tcl now runs fuzzcheck-asan and fuzzcheck... |
commit | commitdiff | tree |
2025-04-28 |
drh | If the FUZZDB environment variable is set when running... |
commit | commitdiff | tree |
2025-04-28 |
drh | Enhance testrunner.tcl so that it does not build testfi... |
commit | commitdiff | tree |
2025-04-28 |
drh | Fix testrunner.tcl so that it honors pattern matches... |
commit | commitdiff | tree |
2025-04-28 |
drh | Remove a stray blank line from the test/testrunner... |
commit | commitdiff | tree |
2025-04-28 |
drh | Remove long-obsolete performance testing scripts from... |
commit | commitdiff | tree |
2025-04-28 |
stephan | tea: pull in upstream teaish. Consolidate the build... |
commit | commitdiff | tree |
2025-04-27 |
stephan | proj.tcl: correct the auto-reconfigure rules to include... |
commit | commitdiff | tree |
2025-04-27 |
stephan | autoconf/tea: the default value of --threadsafe=X is... |
commit | commitdiff | tree |
2025-04-25 |
drh | Fix an off-by-one error in an assert(), discovered... |
commit | commitdiff | tree |
2025-04-25 |
stephan | Teaish internal API tweaks and ensure that -encoding... |
commit | commitdiff | tree |
2025-04-23 |
stephan | Upstream teaish fixes and improvements. |
commit | commitdiff | tree |
2025-04-22 |
drh | Fix a problem in the fts5matchinfo.test file that preve... |
commit | commitdiff | tree |
2025-04-22 |
stephan | Latest upstream jimtcl to fix rare segfault cases. |
commit | commitdiff | tree |
2025-04-22 |
stephan | Generic cleanups and fixes in the teaish build. |
commit | commitdiff | tree |
2025-04-21 |
drh | Remove an extra conditional that was inserted earlier... |
commit | commitdiff | tree |
2025-04-21 |
drh | Further improvements to the decision of whether or... |
commit | commitdiff | tree |
2025-04-21 |
drh | Do a better job of providing bug compatibility with... |
commit | commitdiff | tree |
2025-04-19 |
dan | Update to comments in sqlite3session.h. |
commit | commitdiff | tree |
2025-04-18 |
drh | Add an appropriate _declspec to the declaration of... |
commit | commitdiff | tree |
2025-04-17 |
stephan | Upstream teaish, which simplifies how extension metadat... |
commit | commitdiff | tree |
2025-04-17 |
drh | When logging errors using sqlite3_log() and the error... |
commit | commitdiff | tree |
2025-04-17 |
drh | Increase the size of the output buffer for sqlite3_log(). |
commit | commitdiff | tree |
2025-04-16 |
stephan | Add docs explaining how to test the teaish build. |
commit | commitdiff | tree |
2025-04-16 |
stephan | Latest upstream teaish. Most notably it adds the abilit... |
commit | commitdiff | tree |
2025-04-16 |
stephan | Update doc/tcl-extension-testing.md for Unix systems... |
commit | commitdiff | tree |
2025-04-16 |
drh | Attempt to provide EBCDIC translations to the tables... |
commit | commitdiff | tree |
2025-04-16 |
stephan | Change the target libdir name in the teaish build to... |
commit | commitdiff | tree |
2025-04-16 |
stephan | A portability fix for proj.tcl: some Tcl builds do... |
commit | commitdiff | tree |
2025-04-16 |
stephan | Latest upstream teaish for fixes and improvements. |
commit | commitdiff | tree |
2025-04-15 |
drh | Correctly handle the case of a multi-column UNIQUE... |
commit | commitdiff | tree |
2025-04-15 |
drh | Fix a minor typo in a code comment. |
commit | commitdiff | tree |
2025-04-15 |
stephan | Cleanups and refactoring in proj.tcl and teaish. |
commit | commitdiff | tree |
next |