]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-11-07  drhExperimental branch to provide SQLITE_LIMIT_HEAP_K... limit_heap_k
2019-11-07  drhFix the xferCompatibleIndex() function so that it recog...
2019-11-07  drhRestore generated column loop detection logic that...
2019-11-06  drhChange the way generated columns are computed so that...
2019-11-06  mistachkinMinor simplification to the changes from check-in ...
2019-11-06  drhFix the OP_DeferredSeek index-to-table column map in...
2019-11-06  drhFix the handling of NOT NULL constraint violations...
2019-11-04  drhChanges an unreachable testcase() into an assert().
2019-11-04  drhFix a false-postive in the sqlite3ExprImpliesNonNullRow...
2019-11-03  drhThe optimization of check-in [9b2879629c34fc0a] is...
2019-11-02  drhFix a problem in VIEW creation that was introduced...
2019-11-02  drh"STORED" is not actually a keyword. The parser looks...
2019-11-02  drhIn sqlite3GenerateIndexKey(), do not attempt to reuse...
2019-11-02  drhRestore the on-line ".help" for the ".explain" command...
2019-11-01  drhFix a harmless compiler warning.
2019-11-01  drhThe SET DEFAULT and SET NULL conflict resolution action...
2019-11-01  drhFix a potential use-after-free bug that follows an...
2019-11-01  drhAdd another missing column number translation to the...
2019-11-01  drhOmit the optimization that reduces the column-count...
2019-11-01  danFix an fts3 assert() that could fail when operating...
2019-11-01  drhAdd missing column translations to foreign key logic.
2019-11-01  drhFix a potential array bounds overflow in the mkkeywordh...
2019-11-01  drhSlightly faster keyword hash table.
2019-10-31  drhCorrectly generate pre-UPDATE content for virtual colum...
2019-10-31  drhAdd a few simple TCL test cases for generated columns...
2019-10-31  drhIgnore differences in Expr.op2 in sqlite3ExprCompare...
2019-10-31  drhEnhance the TreeView logic to show information about...
2019-10-30  drhAlways disallow the use of non-deterministic functions...
2019-10-30  drhSimplify the bytecode generation for SQL function calls...
2019-10-30  drhNew tokens ALWAYS, GENERATED, and STORED used by genera...
2019-10-29  drhRemove the legacy_file_format PRAGMA. In its place...
2019-10-29  drhTighten the generated column requirement such that...
2019-10-29  drhAdd a missing translation from table column numbers...
2019-10-29  drhDisallow tables that have only virtual columns.
2019-10-28  danFix a problem in fts3 causing it to report corruption...
2019-10-28  drhRemove a NEVER() comparison from sqlite3ExprCompare().
2019-10-28  drhALWAYS macro added for coverage.
2019-10-27  drhImproved detection of attempts to use a generated colum...
2019-10-26  drhRemove code from the constraint checker that generates...
2019-10-26  drhRemove redundant code resulting from a merge error...
2019-10-26  drhAdd support for generated columns.
2019-10-26  drhPerformance optimization on sqlite3GenerateConstraintCh...
2019-10-26  drhClarify some comments and add assert() and testcase...
2019-10-26  drhFix a problem in the legacy ".explain on" formatting...
2019-10-26  drhMinor changes to help ensure the pointer returned by...
2019-10-26  drhOvernight, OSSFuzz helpfully pointed out a potential...
2019-10-26  drhAdd missing VdbeCoverage() macro. Fix an off-by-one...
2019-10-26  drhIf replace triggers are run during uniqueness checking...
2019-10-25  drhPerformance optimization in sqlite3BtreeCursor().
2019-10-24  drhMerge fixes from trunk. generated-columns
2019-10-24  drhThe previous fix was incomplete. It is also necessary...
2019-10-24  danIn fts5, fix a case of overreading a buffer by 1 byte...
2019-10-24  drhFix handling of covering indexes that use virtual columns.
2019-10-24  drhCorrection to check-in [bec5b6d4d083556d] so that it...
2019-10-24  drhDo not allow ALTER TABLE ADD COLUMN for a STORED column.
2019-10-23  drhAdd an experimental set of UUID processing functions...
2019-10-23  drhWhen a vector comparison appears in the WHERE clause...
2019-10-23  drhMinor adjustments for clarity and test coverage.
2019-10-23  drhFix incorrect arguments to testcase() macros.
2019-10-23  drhFix the foreign key logic to be compatible with generat...
2019-10-22  drhTake the declared column time into account when computi...
2019-10-22  drhMerge the row-value fix from trunk.
2019-10-22  drhDisqualify row-value comparisons for use by an index...
2019-10-22  drhDo not allow generated columns in the PRIMARY KEY.
2019-10-22  drhIn UPDATE processing, include generated columns in...
2019-10-22  drhNew testcase() macros. Fix a problem with INSERT when...
2019-10-22  drhMerge changes on trunk into the generated-columns branch.
2019-10-22  drhPrevious check-in to fix [b47e3627ecaadbde] was incompl...
2019-10-22  drhMove the sqlite3LocateCollSeq(), sqlite3FindCollSeq...
2019-10-22  drhWhen flipping ("commuting") a comparison operator,...
2019-10-21  drhAdd a VdbeCoverage() macro that was omitted from check...
2019-10-21  drhTry to fix a harmless compiler warning reported by...
2019-10-21  drhChanges to the INSERT logic to make it simpler and...
2019-10-20  danFix a resource leak in fts5 that could occur if an...
2019-10-19  drhWork toward getting generated columns to work with...
2019-10-19  drhAdd testcase macros.
2019-10-19  drhRefactor names of column index transformation functions...
2019-10-18  drhFixes for WITHOUT ROWID tables with VIRTUAL columns...
2019-10-18  drhMerge trunk enhancements into the generated-columns...
2019-10-18  drhGet generated columns working for WITHOUT ROWID tables.
2019-10-18  drhEnhance the ".imposter" command in the CLI so that...
2019-10-18  drhClaw back some performance from the sqlite3ExprGetColum...
2019-10-18  drhFix sqlite3ColumnOfIndex() to account for virtual columns.
2019-10-18  drhGet indexes working on virtual columns.
2019-10-18  drhSTORED columns can now reference other STORED columns...
2019-10-17  drhIn the Table object, change the nVCol field to nNVCol...
2019-10-17  drhBug fix with INSERT using an explicit column list on...
2019-10-17  drhSome (but not all) INSERT and UPDATE statements now...
2019-10-17  drhFix the xfer optimization for generated columns, so...
2019-10-17  drhBasic UPDATE functionality working for VIRTUAL tables.
2019-10-17  danAvoid an infinite loop in fts3/4 incremental-merge...
2019-10-17  drhBug fixes so that "make test" once against runs with...
2019-10-17  drhFix the table_info and table_xinfo pragmas so that...
2019-10-16  drhINSERT with named columns for a table with generated...
2019-10-16  drhALTER TABLE is able to add a VIRTUAL column.
2019-10-16  drhSimple INSERT and SELECT operations working with VIRTUA...
2019-10-16  mistachkinEnhancements to SQL query normalization for UPDATE...
2019-10-16  drhIf an AFTER DELETE trigger fires when a conflict row...
2019-10-16  drhInitial experimental code for generated column support...
2019-10-15  drhFormatting change on a multi-line conditional, for...
next