| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | | Merge trunk into the cygwin-fixes branch (which was inadvertently branched to... | stephan | 2025-03-06 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Cygwin-centric fixes from Jan Nijtmans. | stephan | 2025-03-06 |
* | | | | | | | | | | Fix an off-by-one bug in the ".dbtotxt" command from the shell that results | drh | 2025-03-27 |
* | | | | | | | | | | On winOpen(), redo the read-only test on every retry attempt. Just | drh | 2025-03-26 |
* | | | | | | | | | | Further attempted improvements at fast-fail for an inaccessible | drh | 2025-03-26 |
* | | | | | | | | | | Attempt to reduce the amount of retry time when trying to open | drh | 2025-03-26 |
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Clarify and reduce redundancy in an assert() in walChecksumBytes(). | drh | 2025-03-24 |
* | | | | | | | | | Teach the CLI that VT100-escape codes that do things like change font | drh | 2025-03-21 |
* | | | | | | | | | Fix a problem in the sqlite_dbpage() table-valued function when it is | drh | 2025-03-20 |
| |_|_|/ / / / /
|/| | | | | | | |
|
* | | | | | | | | Fix a problem that could occur when the RHS of an IN operator was a compound ... | dan | 2025-03-18 |
* | | | | | | | | Fix alignment problems on Linux with -m32 and on Mac PPC. | drh | 2025-03-15 |
* | | | | | | | | Use flexible arrays for RTREE. | drh | 2025-03-14 |
* | | | | | | | | KeyInfo is now an indeterminate size, so we cannot declare a variable of that | drh | 2025-03-14 |
* | | | | | | | | Make use of the flexible-array feature of C99, when available, to try to | drh | 2025-03-14 |
* | | | | | | | | Fix an internal doc typo reported in [forum:e25e581f917|forum post e25e581f917]. | stephan | 2025-03-14 |
* | | | | | | | | Cherrypick the [2b582c0097e33] doc addition, which was initially committed to... | stephan | 2025-03-14 |
* | | | | | | | | The --echo flag on the CLI also echos dot-commands provided on the command-line. | drh | 2025-03-12 |
* | | | | | | | | Ensure that the TEMP database has been initialized at the beginning of | drh | 2025-03-10 |
| |_|/ / / / /
|/| | | | | | |
|
* | | | | | | | Disable the [d1ba200234f40b84|count-of-view optimization] if any subquery | drh | 2025-03-10 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Various typo fixes reported by Daniel Dumitriu. No functional changes. | stephan | 2025-03-06 |
|/ / / / / |
|
* | | | | | Additional 'array index is signed char' warning cleanups for the shell and it... | stephan | 2025-03-06 |
* | | | | | Have the recover module add "PRAGMA foreign_keys = off" to SQL output. Have t... | dan | 2025-03-05 |
* | | | | | Always ignore comments in the schema of a database, even if | drh | 2025-03-05 |
* | | | | | Use AtomicRead() and AtomicWrite() to access the pcache1_g.bUnderPressure | drh | 2025-03-05 |
* | | | | | Improvement output for ".schema --indent" in the CLI when the schema contains | drh | 2025-03-05 |
* | | | | | tclsqlite3 patch from Christian Werner: replace FILE handles with TCL channel... | stephan | 2025-03-04 |
* | | | | | Minor doc typo fixes via [forum:65bd941da8|forum post 65bd941da8]. | stephan | 2025-03-04 |
* | | | | | Internal configure script cleanups. Resolve an as-yet-hypothetical corner cas... | stephan | 2025-03-03 |
* | | | | | Ensure that detection of control characters by comparison against 0x1f | drh | 2025-03-02 |
* | | | | | Add an assert() in vdbesort.c to help both humans and static analyzer AIs | drh | 2025-03-01 |
* | | | | | In the CLI, ensure that all calls to ctype.h macros are cast to unsigned char. | drh | 2025-02-28 |
* | | | | | Approximately 100 typo corrections spanning the whole tree, submitted via [fo... | stephan | 2025-02-27 |
* | | | | | Add support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE_EXTRA_INIT, but is ca... | dan | 2025-02-27 |
* | | | | | Internal doc typo fixes reported in [forum:01d15f21b6|forum post 01d15f21b6]. | stephan | 2025-02-27 |
* | | | | | Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:... | stephan | 2025-02-25 |
* | | | | | Change the default control-character escape algorithm from "symbol" to | drh | 2025-02-25 |
* | | | | | Fix harmless "unused parameter" compiler warnings. | drh | 2025-02-25 |
* | | | | | Improved help messages for the --escape option in the CLI. | drh | 2025-02-25 |
* | | | | | Enhancements to help avoid problems in the CLI when trying display content | drh | 2025-02-25 |
|\ \ \ \ \ |
|
| * | | | | | Small performance improvement for the new %#Q conversion in printf. | drh | 2025-02-25 |
| * | | | | | Consolidate two different UTF8 encoders into a single subroutine. | drh | 2025-02-25 |
| * | | | | | Use an assert() to fix a harmless (false-positive) scan-build warning | drh | 2025-02-24 |
| * | | | | | Only use unistr() in columnar formats when strictly needed. | drh | 2025-02-24 |
| * | | | | | Add the unistr_quote() function that works like quote(), but also escape | drh | 2025-02-24 |
| * | | | | | Bug fix and initial test-case infrastructure for control-character escaping | drh | 2025-02-24 |
| * | | | | | Ongoing work to get all the quoting and escaping variations in the CLI | drh | 2025-02-24 |
| * | | | | | Make column output modes in the CLI responsive to the --escape setting. | drh | 2025-02-24 |
| * | | | | | Three different --escape modes: symbol, ascii, off. | drh | 2025-02-24 |
| * | | | | | Further improvements to control-character escapes in the CLI. | drh | 2025-02-23 |
| * | | | | | Work toward VT100-safe output from the CLI by default. | drh | 2025-02-23 |