]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2019-12-13  drhPatch to the page cache to avoid harmless pointer arith...
2019-12-13  drhEnsure that there is a containing SELECT statement...
2019-12-13  drh*Remove* the macros, not just comment them out.
2019-12-13  drhRemove unused macros formerly used to define built...
2019-12-12  drhFactor out the conditional (which is only true for...
2019-12-12  drhFix goofy string formatting in lemon.c that dates from...
2019-12-11  drhImproved tracing output from the LEMON-generated parser.
2019-12-11  drhStrengthen check-in [83da4d4104ee1870] by ignoring...
2019-12-11  drhWhen trying to drop a virtual table that has no xDestro...
2019-12-11  drhThe xDestroy method of a module might be NULL if the...
2019-12-10  drhEnhance LEMON to provide the ability to mark a rules...
2019-12-10  drhUse a statement journal on a CREATE VIRTUAL TABLE state...
2019-12-10  drhFix parser bugs: require a semicolon after an EXPLAIN...
2019-12-10  danAvoid a buffer overread in fts5 that could occur when...
2019-12-10  drhSet the affinity of regular columns prior to computing...
2019-12-09  drhRename a local variable to avoid masking a function...
2019-12-09  drhAdd a NEVER() to the ALTER TABLE fix in check-in [1d2e5...
2019-12-09  drhThe previous check-in was not quite correct, and introd...
2019-12-09  drhEnsure that the SrcList_item.colUsed field is set corre...
2019-12-09  drhFix the NOT NULL verification logic in PRAGMA integrity...
2019-12-09  drhFix a gramfuzz find. If a partial index that does...
2019-12-09  danAvoid infinite recursion in the ALTER TABLE code when...
2019-12-09  danFix possible null pointer dereferences in the fts5_expr...
2019-12-08  drhFix incorrect column-usage accounting associated with...
2019-12-07  drhCorrectly deal with multi-row VALUES clauses that conta...
2019-12-07  drhIgnore type affinity for auxiliary columns in RTREE...
2019-12-07  drhFix a problem with foreign keys and generated columns...
2019-12-06  drhEarly detection and reporting of too few columns in...
next