]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
5 days ago  drhVersion 3.42.1 branch-3.42 version-3.42.1
6 days ago  drhFix the same potential integer overflow problem of...
6 days ago  drhFix a couple of potential integer overflow problems...
6 days ago  drhFix a buffer overread in the sessions extension that...
2023-10-12  danFix a problem with an fts5 secure-delete on a rowid...
2023-09-08  danFix a problem with fts5 secure-delete mode causing...
2023-06-26  larrybrFix CLI .sha3sum error message for keyword identifiers...
2023-06-26  stephanReplace some JS 'self' references with 'globalThis...
2023-06-12  drhFix a buffer over-read that could occur as part of...
2023-06-12  drhMake sure temporary sqlite3_value objects used by STAT4...
2023-06-12  drhDefer setting the BTS_PAGESIZE_FIXED flag until after...
2023-06-12  drhExtra space to prevent a buffer overread on corrupt...
2023-06-12  drhSimplify a memcpy() in defragmentPage(). It now might...
2023-06-12  drhFix CLI fault on missing -nonce reported by [forum...
2023-06-12  drhFix a problem causing an infinite loop in the recovery...
2023-06-12  drhFix an issue with sqldiff reported by
2023-05-23  drhAvoid performing aggregate processing more than once...
2023-05-23  drhWhen converting an aggregate expression to AGG_COLUMN...
2023-05-19  stephanExtend detection of the INSERT...RETURNING locking...
2023-05-19  stephanoo1.Stmt.finalize() no longer throws, but instead retur...
2023-05-19  stephansqlite3.oo1.Stmt.reset() and finalize() now throw if...
2023-05-19  stephanCorrect typo in an 'extern' decl name, reported in...
2023-05-18  drhFix incorrect b-tree root page reports from the enhance...
2023-05-17  drhAvoid an assert() failure that could occur in SQLITE_EN...
2023-05-17  stephanResolve the JS-side corner case reported in [forum...
2023-05-17  drhIncrease the version number to 3.42.1
2023-05-17  drhFix two assert() statements that failed to take into...
2023-05-16  drhVersion 3.42.0 version-3.42.0
2023-05-16  drhUpdate the tool/mkmsvcmin.tcl script so that it prints...
2023-05-15  drhFix a C++-style variable declaration in the generate_se...
2023-05-15  danLimit the number of nested NOT nodes in an fts5 express...
2023-05-15  drhIncrease the stack size available to fuzzcheck to 8MB...
2023-05-15  danLimit the number of nested NOT nodes in an fts5 express... fts5-expr-limit
2023-05-15  drhAdd the --wait command-line option to fuzzcheck.
2023-05-15  larrybrMake generate_series() correct on ones complement ALUs...
2023-05-15  drhAs evidenced by [forum:/forumpost/f3f546025a|forum...
2023-05-15  drhSimplify the interface to constructAutomaticIndex().
2023-05-13  danFix windows-specific problems in test scripts sessionno...
2023-05-13  danRemove unnecessary call to sqlite3_dbdata_init() from...
2023-05-13  danAdd an "#ifndef SQLITE_HAVE_SQLITE3R" directive to...
2023-05-13  larrybrMention that sqlite3_mutex_free() accepts NULL as a...
2023-05-13  mistachkinFix compilation issue seen with MSVC.
2023-05-12  drhFix harmless compiler warning caused by [0772ddf56713d013].
2023-05-12  danAdd multi-threaded test for "INSERT ... RETURNING ...
2023-05-12  drhMake the regexp extension more robust against OOM error...
2023-05-12  larrybrFix unlikely strange result of CLI edit().
2023-05-12  drhEnsure the _O_U16TEXT is defined for Windows builds...
2023-05-12  drhRemove a stray CR from end of line in a source file.
2023-05-12  drhFix harmless typos in comments.
2023-05-12  drhEnsure that all prepared statements are expired and...
2023-05-11  drhAdd [/info/cec6a06508239c09e363?ln=5525-5531|restrictio...
2023-05-11  drhFix a minor typo in a comment. No code changes.
2023-05-11  danFix the rbu_exclusive_checkpoint=1 option so that it...
2023-05-10  stephanDoc typo fix. No code changes. oo1-no-cache-Stmt.columnCount
2023-05-10  stephanResolve the JS-side corner case reported in [forum...
2023-05-10  drhEnhance the split-sqlite3c.tcl script so that it uses...
2023-05-10  drhFix harmless compiler warnings from the CBMC compiler.
2023-05-10  drhRename sqlite3IsTableConstraint() to sqlite3IsSingleTab...
2023-05-10  drhAdd a missing comma to the documentation for the OP_Jum...
2023-05-10  drhNew restriction on the push-down optimization to preven...
2023-05-10  larrybrFix bug in fall-back logic of CLI .clone
2023-05-08  danFix recover1.test so that it works with DEFAULT_AUTOVAC...
2023-05-08  drhImproved error handling when ".open" fails in the CLI.
2023-05-08  drhIn editPage(), if an attempt is made to edit an empty...
2023-05-08  drhEnsure that the label for a JSON object really is a...
2023-05-08  danAdd tests for recovering data to a lost-and-found table...
2023-05-07  drhIt turns out that pagerExclusiveLock() can be called...
2023-05-05  drhFix a comment in the JSON logic. No code changes.
2023-05-05  danFix a buffer overrun that could occur when using the...
2023-05-05  danReduce the maximum depth of nesting in json objects...
2023-05-05  danDo not attempt to run json502.test with SQLITE_OMIT_VIR...
2023-05-05  drhUpdates to compile-time option usage and especially...
2023-05-05  drhFix the pager2-3.1 test case so that it does not run...
2023-05-05  danAllow virtual tables to prepare writes to shadow tables...
2023-05-05  drhImproved formatting of comments on SQLITE_CONFIG_xxx...
2023-05-04  drhAdd the "subsecond" modifier to the date/time functions.
2023-05-04  larrybrAdd some tests of subsecond modifier for date/time... subsec-modifier
2023-05-04  drhEnhance the format() function so that the "," modifier...
2023-05-04  drhAdd support for the comma (,) modifier to %f formats... comma-format
2023-05-04  drhFix a bug in cursor hints that can cause references...
2023-05-03  drhAdd another assert() to FTS5 to demonstrate that a...
2023-05-03  danAdd an assert() to fts5_config to ensure that a potenti...
2023-05-03  drhProtect a macro argument with parentheses in FTS5.
2023-05-03  drhAdd a comment to the [0512f82a2cde7447] change to link...
2023-05-03  drhEnhancement to showwal such that it shows what the...
2023-05-03  larrybrConform CLI double-quoted escaping to what its doc...
2023-05-03  drhIn the zipfile extension, leave the catalog list in...
2023-05-03  drhIf the page size is wrong on the page1 content inside...
2023-05-03  drhImproved detection of excess recursion on arrays and...
2023-05-03  drhDo not overflow the Index.aSample[] array if the same...
2023-05-03  drhDo not even attempt to load the sqlite_stat4 table...
2023-05-03  larrybrFix CLI mishandling of OOM during .import _of_ a DB...
2023-05-03  drhIn the CLI, ensure that the argument to quoteChar(...
2023-05-02  danFix a problem with the sqlite3changeset_size() API...
2023-05-02  larrybrGive CLI quoted args hex escapes (as documented.) cli-hex-escape
2023-05-02  larrybrCure CLI hang on .import with high-ASCII column separator.
2023-05-02  drhAllow for lower-case "nan" to mean NaN in JSON.
2023-05-02  drhInterpret negative arguments to sqlite3_sleep() as...
2023-05-02  drhImproved handling of NULL arguments to json_valid(...
2023-05-02  drhFix typo in comment. [forum:/forumpost/3da7d9c445...
next