| 2025-01-03 |
drh | Add comment to the columnIsGoodIndexCandidate() routine... |
commit | commitdiff | tree | snapshot |
| 2025-01-03 |
dan | Avoid using Int32x32To64() with a 64-bit argument in... |
commit | commitdiff | tree | snapshot |
| 2025-01-02 |
drh | Improve the treeview output for CteUse objects. |
commit | commitdiff | tree | snapshot |
| 2025-01-02 |
drh | Improvements to the display of subqueries in the FROM... |
commit | commitdiff | tree | snapshot |
| 2025-01-02 |
drh | Close database connections in test/dbpage.test, for... |
commit | commitdiff | tree | snapshot |
| 2025-01-02 |
drh | Fix recent test cases so that they work even when auto_... |
commit | commitdiff | tree | snapshot |
| 2025-01-02 |
dan | Add a test case for ROLLBACK TO of database truncate... |
commit | commitdiff | tree | snapshot |
| 2025-01-02 |
drh | Improvements to the way that truncation is implemented... |
commit | commitdiff | tree | snapshot |
| 2025-01-02 |
drh | Update the build instructions for Windows to note that... |
commit | commitdiff | tree | snapshot |
| 2025-01-01 |
drh | Fix the tool/omittest.tcl script, broken by [d8c0e01842... |
commit | commitdiff | tree | snapshot |
| 2025-01-01 |
drh | Fix the vfstrace.c extension so that it supports xFetch... |
commit | commitdiff | tree | snapshot |
| 2024-12-30 |
drh | Add the convenience makefile target (unix-only) "src... |
commit | commitdiff | tree | snapshot |
| 2024-12-30 |
drh | New assert() statements to show that the sqlite3_value... |
commit | commitdiff | tree | snapshot |
| 2024-12-30 |
drh | Add an extra assert() to releaseMemArray() just to... |
commit | commitdiff | tree | snapshot |
| 2024-12-29 |
drh | Four new assert() statements to help with static analysis. |
commit | commitdiff | tree | snapshot |
| 2024-12-28 |
drh | Show ETC in fuzzcheck with the --spinner option when... |
commit | commitdiff | tree | snapshot |
| 2024-12-28 |
drh | Fixes to the substr() SQL function so that it can handl... |
commit | commitdiff | tree | snapshot |
| 2024-12-26 |
dan | Omit code to link all winShm objects open on a single... |
commit | commitdiff | tree | snapshot |
| 2024-12-26 |
dan | Merge trunk changes into this branch. |
commit | commitdiff | tree | snapshot |
| 2024-12-24 |
dan | Properly wait for asynchronous results for calls to... |
commit | commitdiff | tree | snapshot |
| 2024-12-22 |
drh | In the (debugging) rtreenode() function, do not overrid... |
commit | commitdiff | tree | snapshot |
| 2024-12-19 |
drh | Fix a test case in sqllimits1.test so that it works... |
commit | commitdiff | tree | snapshot |
| 2024-12-19 |
drh | Correction to check-in [a9759fc78d6cb0df] - printf... |
commit | commitdiff | tree | snapshot |
| 2024-12-19 |
drh | The BTree mutex must be held when calling sqlite3BtreeL... |
commit | commitdiff | tree | snapshot |
| 2024-12-19 |
drh | Fix the sort4.test module so that the first two test... |
commit | commitdiff | tree | snapshot |
| 2024-12-19 |
stephan | configure script: only set the SQLITE_TEMP_STORE featur... |
commit | commitdiff | tree | snapshot |
| 2024-12-19 |
drh | Fix the Microsoft makefile so that it does not set... |
commit | commitdiff | tree | snapshot |
| 2024-12-19 |
drh | Enhance lemon so that it accepts the -U command-line... |
commit | commitdiff | tree | snapshot |
| 2024-12-19 |
drh | Fix additional integer overflow problems in the substr... |
commit | commitdiff | tree | snapshot |
| 2024-12-18 |
drh | Fix possible integer oveflow in the second and third... |
commit | commitdiff | tree | snapshot |
| 2024-12-18 |
drh | Avoid 32-bit roundoff error on the second argument... |
commit | commitdiff | tree | snapshot |
| 2024-12-18 |
stephan | Rename some var refs in ext/lsm1/Makefile for the new... |
commit | commitdiff | tree | snapshot |
| 2024-12-17 |
drh | Do not attempt to truncate a database in sqlite_dbpage... |
commit | commitdiff | tree | snapshot |
| 2024-12-16 |
dan | Fix release test errors on winrt. |
commit | commitdiff | tree | snapshot |
| 2024-12-16 |
drh | Code formatting changes to make trunk more like wal2. |
commit | commitdiff | tree | snapshot |
| 2024-12-16 |
dan | Fix a problem on this branch causing a file-handle... |
commit | commitdiff | tree | snapshot |
| 2024-12-16 |
drh | Changes for better alignment with the wal2 branch. |
commit | commitdiff | tree | snapshot |
| 2024-12-16 |
drh | Remove unnecessary end-of-line whitespace. |
commit | commitdiff | tree | snapshot |
| 2024-12-16 |
stephan | Tiny makefile/configure script doc tweaks. No functiona... |
commit | commitdiff | tree | snapshot |
| 2024-12-13 |
drh | Fix a harmless compiler warning that comes up when... |
commit | commitdiff | tree | snapshot |
| 2024-12-12 |
dan | Fix a buffer overread in test code. Add test configurat... |
commit | commitdiff | tree | snapshot |
| 2024-12-12 |
drh | Increase the maximum number of arguments on an SQL... |
commit | commitdiff | tree | snapshot |
| 2024-12-11 |
dan | Ensure that all win32 API functions invocations in... |
commit | commitdiff | tree | snapshot |
| 2024-12-10 |
dan | Fix a problem with walsetlk.test on windows. |
commit | commitdiff | tree | snapshot |
| 2024-12-10 |
dan | Ensure windows may block on a SHARED (but not EXCLUSIVE... |
commit | commitdiff | tree | snapshot |
| 2024-12-10 |
dan | Fix walsetlk.test to work on unix. |
commit | commitdiff | tree | snapshot |
| 2024-12-10 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree | snapshot |
| 2024-12-10 |
drh | Fix harmless typo in a comment describing the columnMal... |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
drh | Make the TCL interface more rebust against very large... |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
drh | Enhance the ".import" command of the CLI so that it... |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
dan | Test the case where a db connection blocks for a while... |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
dan | Enhance tests to ensure that blocking locks, and not... |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
drh | Add NEVER() around branches that seems to have been... |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
drh | Further improvements to the decimal-to-float conversion... |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
dan | Fix an obscure problem with multiple outer joins, ON... |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
dan | Fix an obscure problem with multiple outer joins, ON... forum-5c8a069d23-fix |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
drh | Add a note in Makefile.msc about EXTRA_SRC files possib... |
commit | commitdiff | tree | snapshot |
| 2024-12-09 |
drh | Resynchronize autoconf/Makefile.msc makefile-fix |
commit | commitdiff | tree | snapshot |
| 2024-12-08 |
stephan | Add a note in Makefile.msc about EXTRA_SRC files possib... |
commit | commitdiff | tree | snapshot |
| 2024-12-07 |
drh | Yet another iteration of the solution to the floating... |
commit | commitdiff | tree | snapshot |
| 2024-12-07 |
drh | A cleaner and more robust solution to the floating... |
commit | commitdiff | tree | snapshot |
| 2024-12-07 |
drh | Fix more harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2024-12-07 |
drh | Fix harmless compiler warning caused by the previous... |
commit | commitdiff | tree | snapshot |
| 2024-12-07 |
drh | On x64 hardware, round-trip uint64_t→double&rarr... |
commit | commitdiff | tree | snapshot |
| 2024-12-06 |
drh | Add the SQLITE_PREPARE_DONT_LOG option for sqlite3_prep... |
commit | commitdiff | tree | snapshot |
| 2024-12-06 |
stephan | Minor doc update in auto.def. No functional changes. |
commit | commitdiff | tree | snapshot |
| 2024-12-06 |
stephan | Ensure that the post-config checks for @UNEXPANDED_VARS... |
commit | commitdiff | tree | snapshot |
| 2024-12-05 |
drh | Fix the build of sqlite3_analyzer.exe on Windows that... |
commit | commitdiff | tree | snapshot |
| 2024-12-04 |
dan | Fix filectrl.test so that it works with winrt builds. |
commit | commitdiff | tree | snapshot |
| 2024-12-04 |
dan | Assume an NT-based OS when running tests if sqlite_os_t... |
commit | commitdiff | tree | snapshot |
| 2024-12-04 |
stephan | Minor doc correction in ext/misc/shathree.c, as reporte... |
commit | commitdiff | tree | snapshot |
| 2024-12-03 |
dan | Back out minor changes not required by this branch. |
commit | commitdiff | tree | snapshot |
| 2024-12-03 |
dan | Merge latest trunk into this branch. |
commit | commitdiff | tree | snapshot |
| 2024-12-03 |
dan | Further test file tweaks to run with SQLITE_OS_WINRT... |
commit | commitdiff | tree | snapshot |
| 2024-12-03 |
dan | Fix the lock_win32_file test command so that it works... |
commit | commitdiff | tree | snapshot |
| 2024-12-02 |
dan | Fix a problem with SQLITE_OS_WINRT builds. |
commit | commitdiff | tree | snapshot |
| 2024-12-02 |
drh | Improve the output from the ".testctrl opt" command... |
commit | commitdiff | tree | snapshot |
| 2024-12-02 |
dan | Ensure that the query flattener does not change an... |
commit | commitdiff | tree | snapshot |
| 2024-12-02 |
drh | Fix a comment typo on the sqlite3ExprIsSingleTableConst... |
commit | commitdiff | tree | snapshot |
| 2024-12-02 |
drh | Fix a harmless typo in debugging output. |
commit | commitdiff | tree | snapshot |
| 2024-12-02 |
stephan | Reformulate [9e09d5d6] so that memsys5 shows up in... |
commit | commitdiff | tree | snapshot |
| 2024-12-02 |
drh | Enable MEMSYS5 with the --dev configure option. |
commit | commitdiff | tree | snapshot |
| 2024-12-02 |
drh | Slighly less confusing output from treeview during... |
commit | commitdiff | tree | snapshot |
| 2024-12-01 |
stephan | Trim a bit more from the sqlite370.svg border to get... |
commit | commitdiff | tree | snapshot |
| 2024-12-01 |
stephan | Correct the fill color for the background of sqlite370... |
commit | commitdiff | tree | snapshot |
| 2024-12-01 |
stephan | Re-export sqlite370.svg to retain the gradient part... |
commit | commitdiff | tree | snapshot |
| 2024-12-01 |
stephan | Export a clipped copy of sqlite370.eps as sqlite370... |
commit | commitdiff | tree | snapshot |
| 2024-11-30 |
dan | On windows, use a separate handle for each connection... |
commit | commitdiff | tree | snapshot |
| 2024-11-30 |
stephan | At the end of the configure script ensure that none... |
commit | commitdiff | tree | snapshot |
| 2024-11-30 |
drh | In sqlite_dbpage, cancel any pending truncate operation... |
commit | commitdiff | tree | snapshot |
| 2024-11-30 |
drh | A NEVER() that was added by [eb5ac9e5b9a4f9c8] is viola... |
commit | commitdiff | tree | snapshot |
| 2024-11-29 |
drh | Fix a NEVER() in the iif() logic that can be true if... |
commit | commitdiff | tree | snapshot |
| 2024-11-28 |
stephan | Remove some outdated docs from Makefile.in. |
commit | commitdiff | tree | snapshot |
| 2024-11-28 |
stephan | Typo fixes and cleanups in autosetup/README.md. |
commit | commitdiff | tree | snapshot |
| 2024-11-28 |
stephan | Configure script doc updates and cleanups. Skip check... |
commit | commitdiff | tree | snapshot |
| 2024-11-28 |
stephan | ext/icu/README.txt: clean up EOL whitespace and add... |
commit | commitdiff | tree | snapshot |
| 2024-11-28 |
drh | Improvements to sqlite3ExprImpliesExpr() so that it... |
commit | commitdiff | tree | snapshot |
| 2024-11-28 |
drh | Simplification to the fix in the prior check-in. expr-implies-expr |
commit | commitdiff | tree | snapshot |
| 2024-11-28 |
drh | The sqlite3ExprCompare() routine should always compare... |
commit | commitdiff | tree | snapshot |
| 2024-11-28 |
drh | Add two NEVER() conditions. |
commit | commitdiff | tree | snapshot |
| next |