]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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
2023-04-24  stephanAdd a note about the journaling mode in the OPFS VFS...
2023-04-23  larrybrCLI to have "undocumented" dot-commands, not usually...
2023-04-22  drhThe sqlite_stat4.idx field is case insensitive. It...
2023-04-22  danAvoid a crash in fts5 when combining an empty expressio...
2023-04-22  drhEnhance the ".tables" command in the CLI so that it...
2023-04-22  drhThe assertion-fault fix in [53a61f7423a7f057] was not...
2023-04-22  drhAdd the --unsafe-testing command-line option to the...
2023-04-22  larrybrAdd --unsafe-testing invocation option to CLI. Needs... shell-for-test
2023-04-22  drhFix an incorrect assert() statement in btree.c as found by
2023-04-22  drhFix a incorrect assert() statement in the pre-update...
2023-04-22  drhFix harmless compiler warning in [1489e7f53a4863b3].
2023-04-22  larrybrAlso fix no-length string intolerance for CLI json...
2023-04-22  drhEarly out from sqlite3Prepare() following an OOM to...
2023-04-22  larrybrCLI to handle absurd string length limit better. [forum...
2023-04-22  larrybrAvoid need for cast in CLI shell_check_oom() calls.
2023-04-22  larrybrFix unchecked return in CLI .dbi command. ([forum 79e2c...
2023-04-21  stephanChange the return type of the ts_read/write() family...
2023-04-20  larrybrIncrease CLI tolerance of arifically low memory.
2023-04-20  larrybrCLI .ar made to enforce getting a proper subcommand.
2023-04-20  drhFix a function declaration so that it correctly appears...
2023-04-20  danFix a broken assert() in the recovery extension. [forum...
2023-04-19  danAdd tests for the progress-handler callback with the...
2023-04-19  drhImproved rebustness of the pcache tracing logic.
2023-04-19  drhRemove unreachable legacy code.
2023-04-19  danFix a segfault that could occur if a non-empty in-memor...
2023-04-19  drhDo not remove pages from the cache of an in-memory...
2023-04-19  drhFix ambiguity in the header comment to the sqlite3Pager...
2023-04-19  drhFix a debugging printf() in pcache.c. This only comes...
2023-04-19  stephanCorrect use of an undefined symbol in one of the OPFS...
2023-04-19  drhAdd pager debug tracing of truncate operations.
2023-04-19  drhAttempt to suppress harmless compiler warnings reported by
2023-04-18  larrybrCLI to cease dumping back to OS shell on single ^C...
2023-04-18  larrybrAdd comment on CLI ^C fix (because it is a bit subtle.) cli-no-dump
2023-04-18  larrybrCLI to cease dumping back to OS shel on ^C.
2023-04-18  drhEnsure that the VACUUM command is not confused by alter...
2023-04-18  drhAnother fix to the indexed expressions in aggregate...
2023-04-18  drhAdd the --fullsync option to speedtest1.
next