aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | | | | 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
* | | | | | | | Ensure that the TEMP database has been initialized at the beginning ofdrh2025-03-10
| |_|/ / / / / |/| | | | | |
* | | | | | | Disable the [d1ba200234f40b84|count-of-view optimization] if any subquerydrh2025-03-10
| |/ / / / / |/| | | | |
* | | | | | Various typo fixes reported by Daniel Dumitriu. No functional changes.stephan2025-03-06
|/ / / / /
* | | | | Additional 'array index is signed char' warning cleanups for the shell and it...stephan2025-03-06
* | | | | Have the recover module add "PRAGMA foreign_keys = off" to SQL output. Have t...dan2025-03-05
* | | | | Always ignore comments in the schema of a database, even ifdrh2025-03-05
* | | | | Use AtomicRead() and AtomicWrite() to access the pcache1_g.bUnderPressuredrh2025-03-05
* | | | | Improvement output for ".schema --indent" in the CLI when the schema containsdrh2025-03-05
* | | | | tclsqlite3 patch from Christian Werner: replace FILE handles with TCL channel...stephan2025-03-04
* | | | | Minor doc typo fixes via [forum:65bd941da8|forum post 65bd941da8].stephan2025-03-04
* | | | | Internal configure script cleanups. Resolve an as-yet-hypothetical corner cas...stephan2025-03-03
* | | | | Ensure that detection of control characters by comparison against 0x1fdrh2025-03-02
* | | | | Add an assert() in vdbesort.c to help both humans and static analyzer AIsdrh2025-03-01
* | | | | In the CLI, ensure that all calls to ctype.h macros are cast to unsigned char.drh2025-02-28
* | | | | Approximately 100 typo corrections spanning the whole tree, submitted via [fo...stephan2025-02-27
* | | | | Add support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE_EXTRA_INIT, but is ca...dan2025-02-27
* | | | | Internal doc typo fixes reported in [forum:01d15f21b6|forum post 01d15f21b6].stephan2025-02-27
* | | | | Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:...stephan2025-02-25
* | | | | Change the default control-character escape algorithm from "symbol" todrh2025-02-25
* | | | | Fix harmless "unused parameter" compiler warnings.drh2025-02-25
* | | | | Improved help messages for the --escape option in the CLI.drh2025-02-25
* | | | | Enhancements to help avoid problems in the CLI when trying display contentdrh2025-02-25
|\ \ \ \ \
| * | | | | Small performance improvement for the new %#Q conversion in printf.drh2025-02-25
| * | | | | Consolidate two different UTF8 encoders into a single subroutine.drh2025-02-25
| * | | | | Use an assert() to fix a harmless (false-positive) scan-build warningdrh2025-02-24
| * | | | | Only use unistr() in columnar formats when strictly needed.drh2025-02-24
| * | | | | Add the unistr_quote() function that works like quote(), but also escapedrh2025-02-24
| * | | | | Bug fix and initial test-case infrastructure for control-character escapingdrh2025-02-24
| * | | | | Ongoing work to get all the quoting and escaping variations in the CLIdrh2025-02-24
| * | | | | Make column output modes in the CLI responsive to the --escape setting.drh2025-02-24
| * | | | | Three different --escape modes: symbol, ascii, off.drh2025-02-24
| * | | | | Further improvements to control-character escapes in the CLI.drh2025-02-23
| * | | | | Work toward VT100-safe output from the CLI by default.drh2025-02-23