]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-12-28  danMerge latest trunk changes with this branch. better-error-handling-1
2019-12-28  danFix an assert() failure in altertable3-22.4.
2019-12-28  drhFix a faulty assert() associated with query search...
2019-12-28  drhConvert an assert() back into a conditional. The condi...
2019-12-28  drhWhen an INSERT is receiving content from a SELECT,...
2019-12-28  drhRecompute the values for all generated columns after
2019-12-27  danDo not attempt to unwind the WITH stack in the Parse...
2019-12-27  danRemove a NEVER() that is no longer true. Fix for [36ffe...
2019-12-27  danFix a problem involving window function aliases being...
2019-12-27  drhAdd a missing "ifcapable rtree {...}" line to the windo...
2019-12-27  danFix a problem with window functions in aggregate querie...
2019-12-27  danDo not mistake constant integers in a PARTITION BY...
2019-12-27  drhFollow-up to check-in [c8c6dd0e6582ec91] - change the...
2019-12-27  danWhen determining if an aggregate within a sub-query...
2019-12-27  drhEnsure that the Pager.changeCountDone flag is cleared...
2019-12-27  drhFix buffer underflows in the zipfile extension associat...
2019-12-26  drhIf an UPSERT can cause an Abort due to a constraint...
2019-12-26  drhAn UPDATE of a table that is indexed by a constant...
2019-12-26  danFix an assert() in fts5 that could fail if an xSavepoin...
2019-12-26  drhMakefile.in fix so that it works on systems that requir...
2019-12-26  drhAdd two new fuzzer test cases from dbsqlfuzz.
2019-12-26  drhIn the xAccess() method of the unix VFS, return true...
2019-12-26  drhFix an FTS3 test case that depends on the ICU extension...
2019-12-26  drhFix an incorrect assert() added by check-in [fa58aad48a...
2019-12-26  drhDisables the optimization that tries to pull the value...
2019-12-25  drhWhen the sqlite3WindowRewrite() routine detects and...
2019-12-24  drhFix a minor performance regression from check-in [401c9...
2019-12-24  drhBackout the early VTable cursor close change from yeste...
2019-12-24  danFix a problem causing fts5 integrity-check failures...
2019-12-24  drhMake the zipfile() extension function more robust again...
2019-12-24  danFix another case where malformed utf-8 was being mishan...
2019-12-24  danFix an assert() added as part of commit [a11b393dc...
2019-12-24  drhExtra defense against problems following an OOM. dbsql...
2019-12-24  danFix a spurious report of corruption that could be made...
2019-12-24  drhConvert an ALWAYS() into an assert() with an extra...
2019-12-24  drhAllow comparison operators of a register against itself.
2019-12-23  drhTest case for the zipfile-extension bug fix of the...
2019-12-23  drhFix the zipfile() function in the zipfile extension...
2019-12-23  drhThoroughly reset the rtree cursor at the start of each...
2019-12-23  drhRemove an extra deflateInit2() call accidently left in
2019-12-23  drhDo an early close of virtual table cursors to avoid...
2019-12-23  drhEarly detection of database corruption in balance_deeper().
2019-12-23  danFix a case in which SQLite could fail to identify ...
2019-12-23  danFor expressions like (x, y) IN (SELECT ...) where the...
2019-12-23  drhFix a shift-overflow problem in yesterday's check-in...
2019-12-23  drhFix the OP_Cast operator so that when casting to TEXT...
2019-12-23  drhChange the assert() back into a testcase(). See also...
2019-12-23  drhEnhance the sqlite3VdbeMemAboutToChange() shallow-copy...
2019-12-22  drhChange the code generator for the IN operator so that...
2019-12-22  drhMake a hard copy of strings in constraint checks prior...
2019-12-22  drhWhen constructing the virtual MATCH term of the WHERE...
2019-12-22  drhIn the WHERE clause debugging output (the .wheretrace...
2019-12-22  drhFix to the optimization of check-in [a47efb7c8520a011...
2019-12-22  drhBack out the asserts of check-ins [a500893b6f64aced...
2019-12-22  drhWhen parsing a CREATE TABLE from the sqlite_master...
2019-12-22  danEnsure sqlite3WindowRewrite() is called on a SELECT...
2019-12-22  danFix "PRAGMA data_version" so that it works the same...
2019-12-21  danFix a spurious report of corruption from the fts3/4...
2019-12-21  drhWhen creating a new virtual table, ensure that the...
2019-12-21  drhWhen a corrupt schema is loaded using writable_schema...
2019-12-20  drhDo not try to access a generated column through an...
2019-12-20  drhApply real affinity to generated columns of type REAL...
2019-12-20  drhDebugging enhancment: Show the Expr.y.pTab pointer...
2019-12-20  danFix a bad interaction between RBU and [df51ae19].
2019-12-20  danFix two more cases in fts5 where sqlite3_value_bytes...
2019-12-20  mistachkinExport the public RBU entry points from the Win32 DLL.
2019-12-20  drhDebugging improvement: when tracing the VDBE, output...
2019-12-20  drhWhen computing dependencies on WHERE-clause terms,...
2019-12-20  drhImproved assert() statements on the OP_Column opcode.
2019-12-20  drhLoad new dbsqlfuzz test cases into test/fuzzdata8.db.
2019-12-20  danFix a potential problem with ALTER TABLE commands on...
2019-12-20  drhFix harmless compiler warnings.
2019-12-20  danEnsure fts5 consistently calls sqlite3_value_text(...
2019-12-20  drhDo not continue an ALTER TABLE tree walk of a subquery...
2019-12-20  drhFix an assert() in btree.c that can fail if an INSERT...
2019-12-19  drhContinuation of [e2bddcd4c55ba3cb]: Add another spot...
2019-12-19  drhFix the regexp extension so that it correctly translate...
2019-12-19  drhWhen an error occurs while rewriting the parser tree...
2019-12-19  drhDetect the invalid use of NULLS LAST on an INTEGER...
2019-12-19  drhFix the zipfile extension so that INSERT works even...
2019-12-19  drhFix incorrect SQL generated by the Lemon change of...
2019-12-19  drhModify the parse.sql output file from Lemon so that...
2019-12-18  drhChange an unreachable testcase() into an assert()
2019-12-18  drhContinue to back away from the LEFT JOIN optimization...
2019-12-18  drhAdd the --vdbe-debug option to fuzzcheck.
2019-12-18  drhEnhancements to fuzzcheck on unix so that it captures...
2019-12-18  drhAdd a test case for fix in check-in [1ca0bd982ab1183b]
2019-12-18  drhCorrectly unwind the savepoint stack if the database...
2019-12-18  drhRemove an assert() in the code generator that can fail...
2019-12-18  drhWhen processing constant integer values in ORDER BY...
2019-12-17  drhClean up the ExprList that holds the names of columns...
2019-12-16  drhWhen a table is part of a LEFT JOIN and should be a...
2019-12-15  drhEnsure that all ON CONFLICT REPLACE indexes are sorted...
2019-12-15  drhAbort the OP_Savepoint opcode early if a virtual table...
2019-12-14  drhWhen a generated column expression is initially parsed...
2019-12-14  drhDue to the previous change, the p5 parameter to OP_VCol...
2019-12-14  drhDo not set OP_Column flags on the instructions generated by
2019-12-14  drhMake the sqlite3ExprCodeTarget() expression code genera...
2019-12-14  danFix problems in fts3 with processing corrupt records...
2019-12-13  drhFix an utterly harmless "applying zero offset to null...
next