]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2019-11-18  mistachkinAdd support for the SQLITE_ACCESS_SYMLINK flag in the...
2019-11-18  mistachkinEnsure all file names passed to the VFS layer are doubl...
2019-11-18  drhIn the SQLITE_OPEN_NOFOLLOW processing, distinguish...
2019-11-18  drhAdd support for SQLITE_OPEN_NOFOLLOW.
2019-11-18  drhImprovements to detection of corruption in the %_stat...
2019-11-18  drhFurther improvements to shadow table corruption detecti...
2019-11-18  drhDetect and prevent infinite recursion in fts3SelectLeaf...
2019-11-18  drhImproved detection of corruption in the %_stat table...
2019-11-17  drhFix an assert that can fail if the schema is corrupt.
2019-11-17  drhBetter detection of corruption in the %_stat and %_docs...
2019-11-17  drhRemove a reachable NEVER() in FTS3.
2019-11-16  drhMore improvements to shadow table corruption detection...
2019-11-16  drhImproved detection of corrupt shadow tables in FTS3...
2019-11-16  drhMore restrictions on changes to shadow tables when...
2019-11-16  drhDo not allow CREATE TABLE or CREATE VIEW of an object... defensive-improvements
2019-11-16  drhBreak out the test for writable shadow tables into...
2019-11-16  drhDo not allow shadow tables to be dropped in defensive...
2019-11-16  drhFix a potential NULL pointer dereference on a RENAME...
2019-11-15  drhModify three test cases so that they work even with...
2019-11-15  drhFix table-valued functions so that they will work as...
2019-11-14  drhAdd support for the sqlite3_hard_heap_limit64() interfa...
2019-11-14  drhFix a bug in the hard_heap_limit pragma so that it... hard-heap-limit
2019-11-14  drhMerge recent enhancements from trunk.
2019-11-14  drhMinor documentation enhancements. No changes to code.
2019-11-14  drhNew test cases added to fuzzdata8.db.
2019-11-14  drhEnsure that the same subquery does not go through the...
2019-11-13  mistachkinAdd header guard to the expert extension.
2019-11-13  drhFix the sqlite3TreeView() output to consistently use...
2019-11-12  drhFor for the previous check-in: Always enable the nUri...
2019-11-12  drhEnsure that the main filename and the journal filenames...
2019-11-12  drhRemove a harmless unused variable.
2019-11-11  danRemove an asm() block from build tool mksourceid.c...
2019-11-10  drhProper surrogate pair decoding added to JSON functions...
2019-11-10  drhRemove an incorrect ALWAYS() macro.
2019-11-09  drhChange the COLFLAG_NOTAVAIL bitmask so that it fits...
2019-11-09  drhNew dbsqlfuzz test cases added.
2019-11-09  drhMake sure the WITH stack in the Parse object is disable...
2019-11-08  drhWhen a virtual table reports orderByConsumed, that...
2019-11-07  drhFix the xferCompatibleIndex() function so that it recog...
next