]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-07-08  danFix typo in autoconf/tea/win/makefile.vc. tea-upgrade
2022-07-08  danUpdate options in the TEA package msvc makefile to...
2022-07-08  danUpdate the build options used for the TEA package to...
2022-07-07  danUpgrade the TEA build system in autoconf/tea/. To match...
2022-07-06  mistachkinFix harmless compiler warnings seen with MSVC.
2022-07-06  danAvoid ignoring the last line of a csv file if the final...
2022-07-06  danAvoid dropping error codes in the xBegin() method of...
2022-07-05  danFix for builds with both SQLITE_DEBUG and SQLITE_OMIT_W...
2022-07-05  danFix a problem in the csv extension that was triggered...
2022-07-05  drhFix an assert() in btree to be more precise, as the...
2022-07-04  drhSize reduction and performance optimization in sqlite3W...
2022-07-04  drhIn the getNormalPage() routine of pager.c, consolidate...
2022-07-03  drhEnhance the REGEXP extension so that the end-of-input...
2022-07-03  drhFix the initial-prefix optimization for the REGEXP...
2022-07-03  drhImproved comment on sqlite3VdbeSwap(). No changes...
2022-07-03  drhRemove debugging code that has always been commented...
2022-07-01  danDo not attempt the OP_Count optimization on queries...
2022-07-01  drhPerformance improvement in resolveP2Values(). Save...
2022-06-30  drhSmall performance improvement to sqlite3_finalize().
2022-06-30  danAdd missing "finish_test" command to the end of test...
2022-06-29  danHave the sqlite_stmt table buffer all data for the...
2022-06-27  drhFix a missing dependency for json.lo in Makefile.in
2022-06-25  drhPut an ALWAYS() on an unreachable branch.
2022-06-25  drhAllow flattening of a subquery that is the right operan...
2022-06-25  drhIncrease the version number to 3.40.0 so as to begin...
2022-06-25  drhFix documentation type. [forum:/forumpost/8d900996ed...
2022-06-25  drhVersion 3.39.0 version-3.39.0
2022-06-25  drhChange a harmless assert() into a testcase(). The...
2022-06-24  drhFix a harmless UBSAN warning associated with PRAGMA...
2022-06-24  danIn sqlite3WhereBegin, do not proceed with coding the...
2022-06-24  drhA minor fix to test/fuzzinvariants.c so that it works...
2022-06-23  drhNew test cases for query flattening with LEFT JOIN.
2022-06-23  drhReintroduce flattener constraint (3c), but this time...
2022-06-23  drhAdd back the ability to flatten a LEFT JOIN subquery...
2022-06-23  drhMinor correction to a comment. No code changes.
2022-06-22  drhEnhance the TCL scrip that generates sqlite3-all.c...
2022-06-22  drhFix requirements marks that changed due to typo fixes...
2022-06-22  drhMore comment fixes. No changes to code.
2022-06-22  drhAllow more line with on the debugging output for SrcIte...
2022-06-22  drhAdditional enhancements to comments. No changes to...
2022-06-22  larrybrGive dbtotxt an option to prepend .open --hexdb
2022-06-22  drhFix a typo in a comment. No changes to code.
2022-06-21  drhDisable the short-cut query planner if the NOT INDEXED...
2022-06-21  drhAllow a HAVING clause on any aggregate query, even...
2022-06-20  drhAdd an ALWAYS() macro to an always-true branch.
2022-06-20  drhDo not allow FROM-clause terms on the left side of...
2022-06-20  drhDo not allow an ON clause to references tables to its...
2022-06-20  drhThe fix at [cab9b4cccd13bf0a] was incomplete, as demons...
2022-06-19  drhFollow-up to check-in [0057bbb508e7662b] - ensure that...
2022-06-18  drhEnable query invariant checking in fuzzcheck by default...
2022-06-18  drhAbandon a query-invariant check in fuzzcheck if the...
2022-06-18  drhIn the --query-invariants option of fuzzcheck, correctl...
2022-06-17  drhFix the OP_Concat operator such that when concatenating...
2022-06-17  drhOmit the --query-invariants processing in fuzzcheck...
2022-06-17  drhDo not run --query-invariants on statements that make...
2022-06-17  drhVarious fixes and improvements to the --query-invariant...
2022-06-17  drhAllow integers and floating point numbers to compare... query-invariants
2022-06-17  drhImprove query-invariants to the point that it would...
2022-06-17  drhOnly run query-invariant checks after the original...
2022-06-17  drhFix the virtual table detection mechanism to avoid...
2022-06-17  drhFix the new --query-invariants option on fuzzcheck...
2022-06-17  danAvoid omitting the rhs of FULL JOINs in cases where...
2022-06-16  drhMinor fix to the query invariant testing logic of fuzzc...
2022-06-15  drhImprovements to query invariants in fuzzcheck.
2022-06-15  drhImprovements to query invariant checking in fuzzcheck.
2022-06-15  drhWhen running an incremental vacuum, detect growth in...
2022-06-15  drhAdd the --query-invariants option to fuzzcheck. No...
2022-06-15  drhDbsqlfuzz discovered a case where a bytecode branch...
2022-06-15  drhAdd the --query-invariants flag to fuzzcheck. The... query-invariant-tests
2022-06-15  drhImprovements to query invariant testing. Almost workin...
2022-06-14  drhFix the OP_NullRow opcode so that it works even if...
2022-06-14  danAdd missing SQLITE_FCNTL_SIZE_HINT call to a path taken...
2022-06-14  drhAttempt to enhance fuzzcheck to do some simple invarian...
2022-06-13  drhDo not remove the EP_CanBeNull flag from expressions...
2022-06-10  drhThe same restrictions on the use of WHERE clause terms...
2022-06-10  stephanfiddle: minor style tweaks, including using swapped...
2022-06-10  drhDo not allow constant propagation between WHERE-clause...
2022-06-10  drhFix a faulty assert() statement identified by
2022-06-10  stephanfiddle: modernized the UI based on related code in...
2022-06-09  drhDo not allow the subtype of a value to cross a subquery...
2022-06-09  drhPrevent subtype values from slipping across a subquery... subtype-subquery
2022-06-09  drhThe subtype of a value should not propagate across...
2022-06-08  drhMove an #ifdef in shell.c to avoid a harmless "unused...
2022-06-08  danAvoid zeroing the value returned by sqlite3_changes...
2022-06-08  drhImproved comments on the new query flattener restrictio...
2022-06-08  drhFix the query flattener so that it refuses a flattening...
2022-06-08  drhAdd restriction (29) to the query flattener - do not... right-join-query-flattener
2022-06-08  drhNew test cases refute check-in [3f45007d544e5f78].
2022-06-08  drhDo not allow a partial index scan on the left table...
2022-06-08  drhMinor fix to test/index9.test so that it can be invoked...
2022-06-08  drhUpdate the routine that determines whether or not a...
2022-06-07  drhFix the query flattener to deal with a RIGHT JOIN corne...
2022-06-07  drhTest cases for [forum:/forumpost/323f86cc30|forum post...
2022-06-07  drhPreserve the database encoding on the CAST operator...
2022-06-06  drhMore precise determination of when a WHERE clause can...
2022-06-06  drhMore precise determination of when a WHERE/ON clause... outer-join-tests
2022-06-06  danExtra test cases for outer joins.
2022-06-06  drhDo not allow a WHERE clause constraint to be used to...
2022-06-06  larrybrIn CLI, drop .dbinfo command when build options prevent...
2022-06-06  larrybrSync w/trunk, pickup fts3corrupt6.test change. dbinfo-guard
next