aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix a harmless problem in the CLI in which SQL errors that occur duringdrh2025-04-30
* Fix an issue in Bloom filters on RHS subsqueries to IN operators.drh2025-04-30
* Fix an off-by-one error in an assert(), discovered by oss-fuzz. This is adrh2025-04-25
* Remove an extra conditional that was inserted earlier today and whichdrh2025-04-21
* Further improvements to the decision of whether or not a BLOB inputdrh2025-04-21
* Do a better job of providing bug compatibility with SQLite 3.44.0. Seedrh2025-04-21
* When logging errors using sqlite3_log() and the error text includes thedrh2025-04-17
* Increase the size of the output buffer for sqlite3_log().drh2025-04-17
* Attempt to provide EBCDIC translations to the tables in the JSONdrh2025-04-16
* Correctly handle the case of a multi-column UNIQUE constraint that containsdrh2025-04-15
* Fix a minor typo in a code comment.drh2025-04-15
* Improved estimate on the number of output rows in a recursive common table ex...drh2025-04-14
* Fix an obscure problem allowing the propagate-constants optimization to impro...dan2025-04-10
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* Remove an incorrect ALWAYS() macro. [forum:/forumpost/23875495059357a2|Forum...drh2025-04-08
* Fix a harmless code typo introduced by [b57e3c3db00a6bc6] and reported bydrh2025-04-06
* The win32lock and win32longpath tests don't work on Cygwinjan.nijtmans2025-04-04
* Fix a typo accidently added to the prior check-in.drh2025-04-01
* This is an experimental optimization that attempts to keep a JSONB valuedrh2025-04-01
* Fix a harmless typo in a code comment.drh2025-03-31
* Minor shell-internal doc addition. No functional changes.stephan2025-03-29
* CLI shell: make (.output off) an alias for (.output /dev/null) or (.output nu...stephan2025-03-28
*-. Merge cygwin and tclsqlite fixes into trunk.drh2025-03-27
|\ \
| | * Fix for forum-post [/forum/forumpost/b5fde3596c|b5fde3596c]. Also fix encodin...jan.nijtmans2025-03-27
| |/ |/|
| * Merge trunk. Some additional test-fixes for Cygwinjan.nijtmans2025-03-27
| |\ | |/ |/|
| * Merge trunk into cygwin-fixes branch. Add .fossil-settings/binary-glob to squ...stephan2025-03-26
| |\
| * \ Merge trunk into the cygwin-fixes branch.stephan2025-03-19
| |\ \
| * | | Document that sqlite_update_hook() can unset the current hook by passing a NU...stephan2025-03-12
| * | | Merge trunk into the cygwin-fixes branch.stephan2025-03-10
| |\ \ \
| * | | | Patch an unnecessary size_t-to-int conversion which warns on some compilers.stephan2025-03-10
| * | | | Reimplement pathname conversion on Cygwin. MSC test passes/failures are on pa...stephan2025-03-10
| * | | | Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more s...stephan2025-03-08
| * | | | os_win.c patches for Cygwin (described in the cygwin-fixes branch wiki page)....stephan2025-03-07
| * | | | Merge trunk into the cygwin-fixes branch (which was inadvertently branched to...stephan2025-03-06
| |\ \ \ \
| * | | | | Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
* | | | | | Fix an off-by-one bug in the ".dbtotxt" command from the shell that resultsdrh2025-03-27
* | | | | | On winOpen(), redo the read-only test on every retry attempt. Justdrh2025-03-26
* | | | | | Further attempted improvements at fast-fail for an inaccessibledrh2025-03-26
* | | | | | Attempt to reduce the amount of retry time when trying to opendrh2025-03-26
| |_|_|_|/ |/| | | |
* | | | | Clarify and reduce redundancy in an assert() in walChecksumBytes().drh2025-03-24
* | | | | Teach the CLI that VT100-escape codes that do things like change fontdrh2025-03-21
* | | | | Fix a problem in the sqlite_dbpage() table-valued function when it isdrh2025-03-20
| |_|_|/ |/| | |
* | | | Fix a problem that could occur when the RHS of an IN operator was a compound ...dan2025-03-18
* | | | Fix alignment problems on Linux with -m32 and on Mac PPC.drh2025-03-15
* | | | Use flexible arrays for RTREE.drh2025-03-14
* | | | KeyInfo is now an indeterminate size, so we cannot declare a variable of thatdrh2025-03-14
* | | | Make use of the flexible-array feature of C99, when available, to try todrh2025-03-14
* | | | Fix an internal doc typo reported in [forum:e25e581f917|forum post e25e581f917].stephan2025-03-14
* | | | Cherrypick the [2b582c0097e33] doc addition, which was initially committed to...stephan2025-03-14
* | | | The --echo flag on the CLI also echos dot-commands provided on the command-line.drh2025-03-12