aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Improved version of the previous check-in.drh2 days
* Fix the optimization of check-in [663f5dd32d9db832] that strives to avoiddrh2 days
* Rework the showHelp() function in the CLI implementation so that itsdrh3 days
* Back out the "low-quality index" query planner hack of check-indrh4 days
* First cut at enhancing the fsdir virtual table so that it works withdrh5 days
* Omit the unused readdir_r() routine from test_windirent.cdrh5 days
* Provide the SQLITE_BUG_COMPATIBLE_20250510 compile-time option that restoresdrh8 days
* Add enforcement of the obscure JSON5 syntax rule that the \0 escapedrh8 days
* Fix PRAGMA trusted_schema=OFF and similar so that it restricts the kindsdrh10 days
* Internal doc typo fix. No code changes.stephan10 days
* Fix a harmless warning about and oversize shift operation on malformed JSONBdrh11 days
* Fix a bug in the NOT NULL/IS NULL optimization of check-in [cb94350185f555c3]drh12 days
* Fix the sqlite3VdbeTypeofColumn() function so that it works correctlydrh12 days
* 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