| 10 days ago |
stephan | Revert the native impl of kvvfs's xOpen() (as distinct... mistake |
commit | commitdiff | tree | snapshot |
| 10 days ago |
dan | Fix a problem that could cause fts5 to return incorrect... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
dan | Regardless of whether the platform is 32 or 64-bits... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Fix rounding behavior in the decimal extension when... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Prevent array overflow when decoding a corrupted value... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Remove the unused, untested, experiemental "blobio... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Do not allow ridiculous "columns=N" values in the ... |
commit | commitdiff | tree | snapshot |
| 12 days ago |
drh | Make the --header option to the CLI sticky, so that... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | When reading a super-journal name from a journal file... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | Fix errors in comments on this branch. Also prefer... super-journal-malloc |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | Fix a memory leak that could follow an OOM error in... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Improved documentation for sqlite3_deserialize(). |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Do not use shared locks on SHM files when the filename... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | Fix a buffer overwrite in fts3 that could occur while... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | When using a read-only WAL/SHM, handle a corrupt page... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Add the --raw option to the dbtotxt command-line tool... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | Fix a signed integer overflow that could occur in fts3... |
commit | commitdiff | tree | snapshot |
| 2026-06-11 |
drh | Comment improvements on the ".ar -x" command of the... |
commit | commitdiff | tree | snapshot |
| 2026-06-11 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2026-06-11 |
drh | Further improvements to the ".ar" command of the CLI. |
commit | commitdiff | tree | snapshot |
| 2026-06-11 |
drh | Three-pass algorithm for the ".ar x" command in the... |
commit | commitdiff | tree | snapshot |
| 2026-06-11 |
drh | Add the (undocumented) --debug option to the ".ar"... |
commit | commitdiff | tree | snapshot |
| 2026-06-11 |
drh | Improved detection of corrupt node IDs in RTree shadow... |
commit | commitdiff | tree | snapshot |
| 2026-06-10 |
dan | When reading a super-journal name from a journal file... |
commit | commitdiff | tree | snapshot |
| 2026-06-10 |
dan | Fix a signed-integer overflow in fts5 that might occur... |
commit | commitdiff | tree | snapshot |
| 2026-06-10 |
drh | Detect an OOM condition in the realpath() function... |
commit | commitdiff | tree | snapshot |
| 2026-06-10 |
drh | Fix a possible signed integer overflow in the RBU exten... |
commit | commitdiff | tree | snapshot |
| 2026-06-10 |
drh | Harden code that processes Fossil Deltas against OOM... |
commit | commitdiff | tree | snapshot |
| 2026-06-09 |
dan | Avoid a possible integer overflow when fts5 tokenizes... |
commit | commitdiff | tree | snapshot |
| 2026-06-09 |
drh | Change loop counter variables from int to i64 to avoid... |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
drh | Fix builds on i486 CPUs. [forum:/info/2025-01-25T12... |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
dan | Fix another buffer overread in fts5 when processing... |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
dan | Fix a buffer overread that could occur in fts5 when... |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
dan | Avoid a potential use-after-free in fts5. Report [bugs... |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
dan | Clamp the nToken parameter to the fts5 snippet() functi... |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
dan | Add extra tests to check that non-deterministic functio... |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
drh | Improvements to the GCC compiler bug work-around of... |
commit | commitdiff | tree | snapshot |
| 2026-06-06 |
drh | Minor performance enhancement and improved comments... |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
drh | A new approach to working around the GCC bug. gcc-bug-114659 |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
drh | Disable the vector-IN-SELECT optimization if the number... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
dan | Fix a crash that could be caused by configuring the... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
drh | Fix a possible NULL pointer derefence in the (experimen... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
drh | Extra testcase() macros to ensure adequate testing... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
dan | Fix problems with expressions like "(?,?,?) IN (SELECT... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
drh | Clearly mark the ext/misc/wholenumber.c extension as... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
dan | Update the utf-8 decoder in the ICU extension to treat... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
dan | Fix a faulty assert() in rtree that could fire when... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
drh | Use tail recursion on the larger of the two partitions... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
dan | Fix an integer overflow problem in fts3 that could... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
dan | Fix another buffer overread in fts5 that could occur... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
dan | Fix another potential buffer overrun that could occur... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
drh | Fix a potential UAF bug in the zipfile extension. |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
drh | Fix negative array index in "testing and debugging... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
dan | Avoid excessive recursion and stack overflow in fts3... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
drh | The prefix_length() function should stop at the first... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
drh | Make the (unused, untested, and unsupported) ext/misc... |
commit | commitdiff | tree | snapshot |
| 2026-06-02 |
dan | Fix a case where sqlite3expert could be tricked into... |
commit | commitdiff | tree | snapshot |
| 2026-06-02 |
dan | Add extra test case to zipfile.test. No code changes. |
commit | commitdiff | tree | snapshot |
| 2026-06-02 |
drh | Fix the CLI so that it works when compiled using STDCALL on |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
drh | Enhance PRAGMA integrity_check so that it better detect... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
dan | Disable transitive WHERE constraints when there are... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
dan | Minor performance improvement for the patch on this... transitive-where-collate-bugs |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
dan | Fix minor problems surrounding transitive WHERE constra... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
drh | Make sure the authenticator is called for columns that... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
dan | For expressions of the form "(x, y...) IN (SELECT a... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
dan | Better handle a (possibly) potential buffer overrun... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
stephan | Remove the data type ANY added to the shell's CSV expor... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
drh | Do not allow the argument to a table-valued function... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
drh | Test case to show that the change fixes the original... right-ref-cte |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
drh | Improvements to sqlite3SelectCheckOnClauses() to be... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
drh | Back out the recent change to carray. The intent is... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
dan | Fix an integer overflow that could lead to a buffer... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
dan | Update new test in zipfile.test so that it does not... zipfile-buffer-overrun |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
dan | Fix an integer overflow that could lead to a buffer... |
commit | commitdiff | tree | snapshot |
| 2026-06-01 |
drh | Extra defenses against integer overflows in the unteste... |
commit | commitdiff | tree | snapshot |
| 2026-05-31 |
drh | Fix the carray virtual table so that it gives no soluti... |
commit | commitdiff | tree | snapshot |
| 2026-05-31 |
drh | Test case to cover the bug fix in the previous check-in. |
commit | commitdiff | tree | snapshot |
| 2026-05-31 |
drh | Fix the zipfile extension so that ZIP archives containi... |
commit | commitdiff | tree | snapshot |
| 2026-05-31 |
drh | Fiddle should default to using NO_COLOR since the JS... |
commit | commitdiff | tree | snapshot |
| 2026-05-31 |
drh | Fix the format() SQL function so that it reports TOOBIG... |
commit | commitdiff | tree | snapshot |
| 2026-05-30 |
drh | Add a test to ensure an application does not try to... |
commit | commitdiff | tree | snapshot |
| 2026-05-30 |
drh | Harden the diskused.c extension against NULL pointer... |
commit | commitdiff | tree | snapshot |
| 2026-05-30 |
drh | Remove the untested and undocumented "scrub" utility... |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
drh | Be sure to do floating-point to text conversions in... |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
drh | Rename the ext/misc/analyze.c extension to ext/misc... |
commit | commitdiff | tree | snapshot |
| 2026-05-29 |
drh | The -csv option to the CLI also sets "-limits off"... |
commit | commitdiff | tree | snapshot |
| 2026-05-28 |
dan | Avoid a resource leak in an error path in the icu exten... |
commit | commitdiff | tree | snapshot |
| 2026-05-28 |
drh | Fix an infinite loop that can occur in the unused,... |
commit | commitdiff | tree | snapshot |
| 2026-05-28 |
dan | Fix a problem with shell tool function analyze() and... |
commit | commitdiff | tree | snapshot |
| 2026-05-28 |
drh | Fix potential integer overflow in btree overflow page... |
commit | commitdiff | tree | snapshot |
| 2026-05-26 |
stephan | Patch test/indexexpr1.test to work when built with... |
commit | commitdiff | tree | snapshot |
| 2026-05-26 |
stephan | Fix an OOM check in shell.c.in. Addresses [forum:2026... |
commit | commitdiff | tree | snapshot |
| 2026-05-26 |
dan | Fix a potential 1-byte overread in sqlite3changeset_inv... |
commit | commitdiff | tree | snapshot |
| 2026-05-26 |
dan | Fix a 32-bit integer overflow in sqlite3changegroup_cha... |
commit | commitdiff | tree | snapshot |
| 2026-05-26 |
drh | Fix QRF so that it works sensibly with "--wrap 1" |
commit | commitdiff | tree | snapshot |
| 2026-05-26 |
drh | Strength the defense against malicious command-line... |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
drh | Fix HTML ">" quoting in QRF. |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
drh | Fix a minor problem with test case mjournal-3.3. |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
drh | Early malformed JSON errors in json_each() and json_tre... |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
drh | Fix to testrunner.tcl so that it will run on FreeBSD. |
commit | commitdiff | tree | snapshot |
| next |