]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2019-12-06  drhIn the rtree extension, actively suppress extra tokens...
2019-12-06  drhThe check-in [b7810062ec2489e1] was not quite right...
2019-12-06  drhFurther enhancements to RTREE, following up to check...
2019-12-06  drhDo not allow UPSERT of a view.
2019-12-05  drhFix to the rowvalue logic that avoids disabling rowvalu...
2019-12-05  drhDocumentation update: Clarify that the sqlite3_index_i...
2019-12-05  drhAdditional debugging information printed with the ...
2019-12-05  drhMake sure the rowid of an RTREE virtual table has integ...
2019-12-05  danFix a problem in ALTER TABLE that could occur if an...
2019-12-05  drhBe strict about type enforcement on rowid look-ups...
2019-12-05  drhEnhance the RTREE extension so that it give correct...
2019-12-04  drhWindow functions are never constant.
2019-12-04  drhEnsure that an ALWAYS() in the rename logic really...
2019-12-04  danFix an assert() failure that could occur in ALTER TABLE...
2019-12-04  danFix a buffer overread that could occur in fts3 with...
2019-12-04  drhFix an incorrect NEVER() macro.
2019-12-04  danFix a double-free that could occur when a component...
2019-12-03  danAvoid a crash that could occur when a database containi...
2019-12-03  drhAvoid a harmless zero offset of a null pointer in FTS3...
2019-12-03  drhAvoid computing a zero offset of a null pointer, which...
2019-11-30  drhDo not allow a term in the WHERE clause of the query...
2019-11-29  drhAdd comments in the parse.sql file to help demonstrate...
2019-11-29  drhFix the parse.sql output file so that it is readable...
2019-11-27  drhMore details on the comment justifying the aleged data...
2019-11-26  drhFix various documentation typos suggested by Mark Benni...
2019-11-26  drhFix to check-in [5d9a369301a65f32] so that it compiles...
2019-11-26  drhAdd the new -S option to the lemon parser generator...
2019-11-26  danFix an assert() in fts3 that could fail due to corrupt...
2019-11-25  danModify journal3.test so that it can handle Tcl command...
next