]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-12-19  mistachkinMinor enhancement to Win32 locking semantics. win32LockFlags
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...
2019-11-25  mistachkinMinor enhancements to the TclKit download tool.
2019-11-23  drhAbort the window function tree rewrite early following...
2019-11-23  danAvoid evaluating PARTITION BY or ORDER BY expressions...
2019-11-23  drhEnhance the path arguments in JSON functions to access...
2019-11-23  danFix a memory leak in fts5 error handling code.
2019-11-22  drhExtend the json-path mechanism with array indexes of... json-path-enhancement
2019-11-22  drhFix a harmless compiler warning.
2019-11-22  drhFix an indentation error and improve the placement...
2019-11-22  drhAdd more test cases from Yongheng Chen and Rui Zhong.
2019-11-22  danFix a crash that could occur if a sub-select that uses...
2019-11-22  drhRevise the SQLITE_OPEN_NOFOLLOW so that it actually...
2019-11-21  drhAdd all fuzz-test cases received from Yongheng Chen...
2019-11-21  drhFix an out-of-bounds array reference in the generated...
2019-11-21  drhWhenever a generated column is used, assume that all...
2019-11-21  drhFix a problem that comes up when using generated column...
2019-11-21  danFix a recently introduced memory leak in the test code...
2019-11-21  danPrevent direct and indirect recursive content= options...
2019-11-20  danFix a use-after-free problem in the test suite. No...
2019-11-20  danFurther improve detection of corrupt records in fts3.
2019-11-20  drhChanges to extensions and test logic so that the build...
2019-11-19  drhEnhancements to DBSTAT: (1) Make name=? queries effici...
2019-11-19  drhGet the aggregate=TRUE feature working on the DBSTAT... dbstat-enhancements
2019-11-19  drhBegin an enhancement effort for the built-in DBSTAT...
2019-11-19  mistachkinMake the result of sqlite3_normalized_sql() survive...
next