]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2023-04-28  drhAdd the json_error(X) function that returns the 1-based...
2023-04-28  drhFix indentation and omit trailing whitespace in the...
2023-04-28  drhFix json_tree() so that it is able to deal with the...
2023-04-28  drhMerge all the latest trunk fixes and enhancements into...
2023-04-28  drhDo not assert() a bad string representation in an sqlit...
2023-04-28  larrybrMake CLI .load slightly harder to abuse.
2023-04-28  drhIn the CLI, early out from the output_quoted_string...
2023-04-27  drhUse a new technique to detect fresh OOM faults in colum...
2023-04-27  drhRemove a faulty assert() from the CLI.
2023-04-27  drhRemove an ALWAYS() macro that can in fact sometimes...
2023-04-27  drhTest cases added, and some bugs fixed.
2023-04-27  mistachkinFix compilation issues seen with older versions of...
2023-04-27  mistachkinAdjust OSTRACE usage so that it works with the changes...
2023-04-27  drhFurther optimizations to the JSON parser.
2023-04-27  drhFaster implementation of numberic literal parsing in...
2023-04-27  drhAdd support for hexadecimal integer literals in JSON.
2023-04-27  drhAll floating point literals "NaN" and "Infinity". ...
2023-04-27  drhFix handling of reverse solidus in string literals...
2023-04-27  drhFix the handling of escape solidus in the JSON routines.
2023-04-27  drhJSON string literals may span multiple lines by escapin...
2023-04-27  drhAllow the labels on JSON objects to be unquoted identif...
2023-04-27  drhPerformance optimization in the JSON parser.
2023-04-27  danFix a problem on windows sometimes causing SQLITE_NOMEM...
2023-04-27  drhPermit JSON5 whitespace in all contexts of objects...
2023-04-27  drhTranslate JSON5-only string literal escape sequences...
2023-04-26  drhImplement some of the JSON5 enhancements to string...
2023-04-26  danFix a typo in a printf() format string the sessions...
2023-04-26  drhWhen changing a large integer into a floating point...
2023-04-26  drhPartial implementation of JSON5 numeric literal extensi...
2023-04-26  drhImprovement to the way the JSON performance measure...
2023-04-26  drhWork toward implementing JSON5 whitespace. Untested...
2023-04-26  drhFix to the json-speed-check.sh script.
2023-04-26  drhAdd scripts for JSON performance testing.
2023-04-25  drhThe json_valid() function only returns true for pure...
2023-04-25  danAllow the sessions module to be configured to capture...
2023-04-25  danRemove unused variable ltoj accidentally added by ...
2023-04-25  danAvoid assuming that an expression in an ON() clause...
2023-04-25  larrybrHandle newline-trimmed input TEXT correctly in base64...
2023-04-25  larrybrCheck for OOM sqlite_value_x() returns in base64, base8...
2023-04-24  drhAllow trailing commas in objects and arrays of JSON.
2023-04-24  drhUpdate the compile-time detection of architecture byte...
2023-04-24  danAllow the sessions module to be configured to capture... sessions-rowid-tables
next