]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-05-22  larrybrAvoid duplicate WIN32_LEAN_AND_MEAN #define. Fix a...
2023-05-22  drhWhen a floating-point RTREE is presented with large...
2023-05-22  danFix a buffer overrun that could occur in fts5 when...
2023-05-19  stephanExtend detection of the INSERT...RETURNING locking...
2023-05-19  stephanMinor doc typo fix.
2023-05-19  stephanoo1.Stmt.finalize() no longer throws, but instead retur...
2023-05-19  drhImproved documentation for sqlite3_reset(), in response to
2023-05-19  stephansqlite3.oo1.Stmt.reset() now throws if sqlite3_reset...
2023-05-19  stephanAdd a basic INSERT RETURNING test for the oo1.DB.exec...
2023-05-19  stephansqlite3.oo1.Stmt.finalize() now throws if sqlite3_final...
2023-05-19  stephanCorrect typo in an 'extern' decl name, reported in...
2023-05-19  drhChange the RTREE engine so that equality comparisons...
2023-05-18  drhFix incorrect b-tree root page reports from the enhance...
2023-05-17  drhFast-path the btree transaction start for the common...
2023-05-17  drhSimplification, performance improvement, and size reduc...
2023-05-17  drhNew assert() statements to verify that Expr.iColumn...
2023-05-17  drhImproved assertions on substExpr().
2023-05-17  danAvoid an assert() failure that could occur in SQLITE_EN...
2023-05-17  drhFix two assert() statements that failed to take into...
2023-05-16  drhIncrease the version number to 3.43.0 in order to begin...
2023-05-16  stephanResolve the JS-side corner case reported in [forum...
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...
2023-05-02  drhMinor code change in the CLI to make a UAF warning...
2023-05-01  drhFix harmless compiler warnings.
2023-05-01  drhThe gcc definition of the SQLITE_INLINE macro is not...
2023-05-01  drhFix harmless compiler warnings in FTS5.
2023-05-01  stephanRemove xFileControl() handling from the OPFS VFS altoge...
2023-05-01  drhFix harmless compiler warnings.
next