2025-01-04 |
drh | Adjust the Windows Makefile.msc so that it can build... test-procedures |
commit | commitdiff | tree |
2025-01-04 |
drh | Add new tcl-extension-testing.md document. The Windows... |
commit | commitdiff | tree |
2025-01-03 |
drh | Add comment to the columnIsGoodIndexCandidate() routine... |
commit | commitdiff | tree |
2025-01-03 |
dan | Avoid using Int32x32To64() with a 64-bit argument in... |
commit | commitdiff | tree |
2025-01-02 |
drh | Improve the treeview output for CteUse objects. |
commit | commitdiff | tree |
2025-01-02 |
drh | Improvements to the display of subqueries in the FROM... |
commit | commitdiff | tree |
2025-01-02 |
drh | Close database connections in test/dbpage.test, for... |
commit | commitdiff | tree |
2025-01-02 |
drh | Fix recent test cases so that they work even when auto_... |
commit | commitdiff | tree |
2025-01-02 |
dan | Add a test case for ROLLBACK TO of database truncate... |
commit | commitdiff | tree |
2025-01-02 |
drh | Improvements to the way that truncation is implemented... |
commit | commitdiff | tree |
2025-01-02 |
drh | Update the build instructions for Windows to note that... |
commit | commitdiff | tree |
2025-01-01 |
drh | Fix the tool/omittest.tcl script, broken by [d8c0e01842... |
commit | commitdiff | tree |
2025-01-01 |
drh | Fix the vfstrace.c extension so that it supports xFetch... |
commit | commitdiff | tree |
2024-12-30 |
drh | Add the convenience makefile target (unix-only) "src... |
commit | commitdiff | tree |
2024-12-30 |
drh | New assert() statements to show that the sqlite3_value... |
commit | commitdiff | tree |
2024-12-30 |
drh | Add an extra assert() to releaseMemArray() just to... |
commit | commitdiff | tree |
2024-12-29 |
drh | Four new assert() statements to help with static analysis. |
commit | commitdiff | tree |
2024-12-28 |
drh | Show ETC in fuzzcheck with the --spinner option when... |
commit | commitdiff | tree |
2024-12-28 |
drh | Fixes to the substr() SQL function so that it can handl... |
commit | commitdiff | tree |
2024-12-22 |
drh | In the (debugging) rtreenode() function, do not overrid... |
commit | commitdiff | tree |
2024-12-19 |
drh | Fix a test case in sqllimits1.test so that it works... |
commit | commitdiff | tree |
2024-12-19 |
drh | Correction to check-in [a9759fc78d6cb0df] - printf... |
commit | commitdiff | tree |
2024-12-19 |
drh | The BTree mutex must be held when calling sqlite3BtreeL... |
commit | commitdiff | tree |
2024-12-19 |
drh | Fix the sort4.test module so that the first two test... |
commit | commitdiff | tree |
2024-12-19 |
stephan | configure script: only set the SQLITE_TEMP_STORE featur... |
commit | commitdiff | tree |
2024-12-19 |
drh | Fix the Microsoft makefile so that it does not set... |
commit | commitdiff | tree |
2024-12-19 |
drh | Enhance lemon so that it accepts the -U command-line... |
commit | commitdiff | tree |
2024-12-19 |
drh | Fix additional integer overflow problems in the substr... |
commit | commitdiff | tree |
2024-12-18 |
drh | Fix possible integer oveflow in the second and third... |
commit | commitdiff | tree |
2024-12-18 |
drh | Avoid 32-bit roundoff error on the second argument... |
commit | commitdiff | tree |
2024-12-18 |
stephan | Rename some var refs in ext/lsm1/Makefile for the new... |
commit | commitdiff | tree |
2024-12-17 |
drh | Do not attempt to truncate a database in sqlite_dbpage... |
commit | commitdiff | tree |
2024-12-16 |
drh | Code formatting changes to make trunk more like wal2. |
commit | commitdiff | tree |
2024-12-16 |
drh | Changes for better alignment with the wal2 branch. |
commit | commitdiff | tree |
2024-12-16 |
drh | Remove unnecessary end-of-line whitespace. |
commit | commitdiff | tree |
2024-12-16 |
stephan | Tiny makefile/configure script doc tweaks. No functiona... |
commit | commitdiff | tree |
2024-12-13 |
drh | Fix a harmless compiler warning that comes up when... |
commit | commitdiff | tree |
2024-12-12 |
drh | Increase the maximum number of arguments on an SQL... |
commit | commitdiff | tree |
2024-12-10 |
drh | Fix harmless typo in a comment describing the columnMal... |
commit | commitdiff | tree |
2024-12-09 |
drh | Make the TCL interface more rebust against very large... |
commit | commitdiff | tree |
2024-12-09 |
drh | Enhance the ".import" command of the CLI so that it... |
commit | commitdiff | tree |
2024-12-09 |
drh | Add NEVER() around branches that seems to have been... |
commit | commitdiff | tree |
2024-12-09 |
drh | Further improvements to the decimal-to-float conversion... |
commit | commitdiff | tree |
2024-12-09 |
dan | Fix an obscure problem with multiple outer joins, ON... |
commit | commitdiff | tree |
2024-12-09 |
dan | Fix an obscure problem with multiple outer joins, ON... forum-5c8a069d23-fix |
commit | commitdiff | tree |
2024-12-09 |
drh | Add a note in Makefile.msc about EXTRA_SRC files possib... |
commit | commitdiff | tree |
2024-12-09 |
drh | Resynchronize autoconf/Makefile.msc makefile-fix |
commit | commitdiff | tree |
2024-12-08 |
stephan | Add a note in Makefile.msc about EXTRA_SRC files possib... |
commit | commitdiff | tree |
2024-12-07 |
drh | Yet another iteration of the solution to the floating... |
commit | commitdiff | tree |
2024-12-07 |
drh | A cleaner and more robust solution to the floating... |
commit | commitdiff | tree |
2024-12-07 |
drh | Fix more harmless compiler warnings. |
commit | commitdiff | tree |
2024-12-07 |
drh | Fix harmless compiler warning caused by the previous... |
commit | commitdiff | tree |
2024-12-07 |
drh | On x64 hardware, round-trip uint64_t→double&rarr... |
commit | commitdiff | tree |
2024-12-06 |
drh | Add the SQLITE_PREPARE_DONT_LOG option for sqlite3_prep... |
commit | commitdiff | tree |
2024-12-06 |
stephan | Minor doc update in auto.def. No functional changes. |
commit | commitdiff | tree |
2024-12-06 |
stephan | Ensure that the post-config checks for @UNEXPANDED_VARS... |
commit | commitdiff | tree |
2024-12-05 |
drh | Fix the build of sqlite3_analyzer.exe on Windows that... |
commit | commitdiff | tree |
2024-12-04 |
stephan | Minor doc correction in ext/misc/shathree.c, as reporte... |
commit | commitdiff | tree |
2024-12-02 |
drh | Improve the output from the ".testctrl opt" command... |
commit | commitdiff | tree |
2024-12-02 |
dan | Ensure that the query flattener does not change an... |
commit | commitdiff | tree |
2024-12-02 |
drh | Fix a comment typo on the sqlite3ExprIsSingleTableConst... |
commit | commitdiff | tree |
2024-12-02 |
drh | Fix a harmless typo in debugging output. |
commit | commitdiff | tree |
2024-12-02 |
stephan | Reformulate [9e09d5d6] so that memsys5 shows up in... |
commit | commitdiff | tree |
2024-12-02 |
drh | Enable MEMSYS5 with the --dev configure option. |
commit | commitdiff | tree |
2024-12-02 |
drh | Slighly less confusing output from treeview during... |
commit | commitdiff | tree |
2024-12-01 |
stephan | Trim a bit more from the sqlite370.svg border to get... |
commit | commitdiff | tree |
2024-12-01 |
stephan | Correct the fill color for the background of sqlite370... |
commit | commitdiff | tree |
2024-12-01 |
stephan | Re-export sqlite370.svg to retain the gradient part... |
commit | commitdiff | tree |
2024-12-01 |
stephan | Export a clipped copy of sqlite370.eps as sqlite370... |
commit | commitdiff | tree |
2024-11-30 |
stephan | At the end of the configure script ensure that none... |
commit | commitdiff | tree |
2024-11-30 |
drh | In sqlite_dbpage, cancel any pending truncate operation... |
commit | commitdiff | tree |
2024-11-30 |
drh | A NEVER() that was added by [eb5ac9e5b9a4f9c8] is viola... |
commit | commitdiff | tree |
2024-11-29 |
drh | Fix a NEVER() in the iif() logic that can be true if... |
commit | commitdiff | tree |
2024-11-28 |
stephan | Remove some outdated docs from Makefile.in. |
commit | commitdiff | tree |
2024-11-28 |
stephan | Typo fixes and cleanups in autosetup/README.md. |
commit | commitdiff | tree |
2024-11-28 |
stephan | Configure script doc updates and cleanups. Skip check... |
commit | commitdiff | tree |
2024-11-28 |
stephan | ext/icu/README.txt: clean up EOL whitespace and add... |
commit | commitdiff | tree |
2024-11-28 |
drh | Improvements to sqlite3ExprImpliesExpr() so that it... |
commit | commitdiff | tree |
2024-11-28 |
drh | Simplification to the fix in the prior check-in. expr-implies-expr |
commit | commitdiff | tree |
2024-11-28 |
drh | The sqlite3ExprCompare() routine should always compare... |
commit | commitdiff | tree |
2024-11-28 |
drh | Add two NEVER() conditions. |
commit | commitdiff | tree |
2024-11-28 |
drh | Enhancements to sqlite3ExprImpliesExpr() so that it... |
commit | commitdiff | tree |
2024-11-27 |
dan | Fix an inaccuracy in the documentation in fts5.h. |
commit | commitdiff | tree |
2024-11-26 |
drh | Allow the iif() function to work with two arguments... |
commit | commitdiff | tree |
2024-11-26 |
drh | New test cases. two-argument-iif |
commit | commitdiff | tree |
2024-11-26 |
drh | Provide a two-argument version of the iif() function... |
commit | commitdiff | tree |
2024-11-26 |
dan | Update fts5 so that the xInstToken() extension API... |
commit | commitdiff | tree |
2024-11-26 |
dan | Update documentation in fts5.h. fts5-tokendata-prefix |
commit | commitdiff | tree |
2024-11-26 |
stephan | Patch autosetup to rename --debug to --autosetup-debug... |
commit | commitdiff | tree |
2024-11-26 |
stephan | Patch autosetup to rename --debug to --autosetup-debug... autosetup-debug-flag |
commit | commitdiff | tree |
2024-11-26 |
stephan | Move some of the in-comment configure script help text... |
commit | commitdiff | tree |
2024-11-26 |
drh | Minor tweak to ./configure --help output. |
commit | commitdiff | tree |
2024-11-26 |
stephan | Replace some outdated docs re. soname with a link to... |
commit | commitdiff | tree |
2024-11-25 |
stephan | Correct duplicated soname linker flags, one of them... |
commit | commitdiff | tree |
2024-11-22 |
drh | Fix another issue in argument expansion on Windows... |
commit | commitdiff | tree |
2024-11-22 |
stephan | Remove a flaky JS test which has a result depending... |
commit | commitdiff | tree |
2024-11-22 |
stephan | In order to support package builds, like OpenBSD's... |
commit | commitdiff | tree |
2024-11-22 |
stephan | Move handling of the tempstore feature flag into the... |
commit | commitdiff | tree |
2024-11-22 |
stephan | Makefile doc cleanups. No functional changes. |
commit | commitdiff | tree |
2024-11-22 |
stephan | Remove the libsqlite3.so.3 link from the installation... |
commit | commitdiff | tree |
next |