]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-05-15  drhIncrease the stack size available to fuzzcheck to 8MB...
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  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.
2023-05-01  drhAdd support for JSON5.
2023-05-01  danFix typos in comments in sqlite3session.h preventing...
2023-05-01  drhNew enhancements to the sqlite3_db_config() constants...
2023-05-01  stephanExpose the SQLITE_DBCONFIG_STMT_SCANSTATUS and SQLITE_D...
2023-05-01  stephanImplement full xSync() for the OPFS VFS. The previous...
2023-05-01  drhFix typos in documentation comments in sqlite3.h.
2023-05-01  drhDo not apply the "AND false" optimization if either...
2023-05-01  drhFix abbreviated paths for objects such that they work... json5
2023-04-30  drhFix a problem with json_patch() when one side or the...
2023-04-30  drhAccept the full ECMAScript 5.1 IdentifyName syntax...
2023-04-30  drhAll JSON to understand floating point literals "Inf...
2023-04-30  drhOmit the json_valid() function. Change the name of...
2023-04-29  drhMerge all the latest trunk enhancements into the JSON5...
2023-04-29  danFix a crash that could occur in fts5 'secure-delete...
2023-04-29  drhMore ALWAYS() macros.
2023-04-29  drhAdd ALWAYS macros on unreachable branches in the new...
2023-04-29  drhSimplification of the logic that normalizes JSON5 integ...
2023-04-29  drhDo not allow leading zeros on non-zero numeric literals...
2023-04-29  larrybrCure CLI generate_series() overflow bug (forum:754e2d4d...
2023-04-29  larrybrReplace duped generate_series() test with another corne... generate_series-revamp
2023-04-29  larrybrSync w/trunk, improve generate_series() variable names.
2023-04-29  drhMinor fixes to to the JSON% parser.
2023-04-29  drhCorrectly recognize an isolated U+feff as a space chara...
2023-04-28  larrybrAdd tests for generate_series(), and change an existing...
2023-04-28  drhBug fixes in the logic to skip over JSON5 comments.
2023-04-28  drhBug fix in the offset computation for json_error().
2023-04-28  larrybrRevise generate_series() extension (in CLI) to address...
2023-04-28  drhImprovements to the accuracy of json_error(). Add...
next