2019-11-07 |
drh | Experimental branch to provide SQLITE_LIMIT_HEAP_K... limit_heap_k |
commit | commitdiff | tree |
2019-11-07 |
drh | Fix the xferCompatibleIndex() function so that it recog... |
commit | commitdiff | tree |
2019-11-07 |
drh | Restore generated column loop detection logic that... |
commit | commitdiff | tree |
2019-11-06 |
drh | Change the way generated columns are computed so that... |
commit | commitdiff | tree |
2019-11-06 |
mistachkin | Minor simplification to the changes from check-in ... |
commit | commitdiff | tree |
2019-11-06 |
drh | Fix the OP_DeferredSeek index-to-table column map in... |
commit | commitdiff | tree |
2019-11-06 |
drh | Fix the handling of NOT NULL constraint violations... |
commit | commitdiff | tree |
2019-11-04 |
drh | Changes an unreachable testcase() into an assert(). |
commit | commitdiff | tree |
2019-11-04 |
drh | Fix a false-postive in the sqlite3ExprImpliesNonNullRow... |
commit | commitdiff | tree |
2019-11-03 |
drh | The optimization of check-in [9b2879629c34fc0a] is... |
commit | commitdiff | tree |
2019-11-02 |
drh | Fix a problem in VIEW creation that was introduced... |
commit | commitdiff | tree |
2019-11-02 |
drh | "STORED" is not actually a keyword. The parser looks... |
commit | commitdiff | tree |
2019-11-02 |
drh | In sqlite3GenerateIndexKey(), do not attempt to reuse... |
commit | commitdiff | tree |
2019-11-02 |
drh | Restore the on-line ".help" for the ".explain" command... |
commit | commitdiff | tree |
2019-11-01 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2019-11-01 |
drh | The SET DEFAULT and SET NULL conflict resolution action... |
commit | commitdiff | tree |
2019-11-01 |
drh | Fix a potential use-after-free bug that follows an... |
commit | commitdiff | tree |
2019-11-01 |
drh | Add another missing column number translation to the... |
commit | commitdiff | tree |
2019-11-01 |
drh | Omit the optimization that reduces the column-count... |
commit | commitdiff | tree |
2019-11-01 |
dan | Fix an fts3 assert() that could fail when operating... |
commit | commitdiff | tree |
2019-11-01 |
drh | Add missing column translations to foreign key logic. |
commit | commitdiff | tree |
2019-11-01 |
drh | Fix a potential array bounds overflow in the mkkeywordh... |
commit | commitdiff | tree |
2019-11-01 |
drh | Slightly faster keyword hash table. |
commit | commitdiff | tree |
2019-10-31 |
drh | Correctly generate pre-UPDATE content for virtual colum... |
commit | commitdiff | tree |
2019-10-31 |
drh | Add a few simple TCL test cases for generated columns... |
commit | commitdiff | tree |
2019-10-31 |
drh | Ignore differences in Expr.op2 in sqlite3ExprCompare... |
commit | commitdiff | tree |
2019-10-31 |
drh | Enhance the TreeView logic to show information about... |
commit | commitdiff | tree |
2019-10-30 |
drh | Always disallow the use of non-deterministic functions... |
commit | commitdiff | tree |
2019-10-30 |
drh | Simplify the bytecode generation for SQL function calls... |
commit | commitdiff | tree |
2019-10-30 |
drh | New tokens ALWAYS, GENERATED, and STORED used by genera... |
commit | commitdiff | tree |
2019-10-29 |
drh | Remove the legacy_file_format PRAGMA. In its place... |
commit | commitdiff | tree |
2019-10-29 |
drh | Tighten the generated column requirement such that... |
commit | commitdiff | tree |
2019-10-29 |
drh | Add a missing translation from table column numbers... |
commit | commitdiff | tree |
2019-10-29 |
drh | Disallow tables that have only virtual columns. |
commit | commitdiff | tree |
2019-10-28 |
dan | Fix a problem in fts3 causing it to report corruption... |
commit | commitdiff | tree |
2019-10-28 |
drh | Remove a NEVER() comparison from sqlite3ExprCompare(). |
commit | commitdiff | tree |
2019-10-28 |
drh | ALWAYS macro added for coverage. |
commit | commitdiff | tree |
2019-10-27 |
drh | Improved detection of attempts to use a generated colum... |
commit | commitdiff | tree |
2019-10-26 |
drh | Remove code from the constraint checker that generates... |
commit | commitdiff | tree |
2019-10-26 |
drh | Remove redundant code resulting from a merge error... |
commit | commitdiff | tree |
2019-10-26 |
drh | Add support for generated columns. |
commit | commitdiff | tree |
2019-10-26 |
drh | Performance optimization on sqlite3GenerateConstraintCh... |
commit | commitdiff | tree |
2019-10-26 |
drh | Clarify some comments and add assert() and testcase... |
commit | commitdiff | tree |
2019-10-26 |
drh | Fix a problem in the legacy ".explain on" formatting... |
commit | commitdiff | tree |
2019-10-26 |
drh | Minor changes to help ensure the pointer returned by... |
commit | commitdiff | tree |
2019-10-26 |
drh | Overnight, OSSFuzz helpfully pointed out a potential... |
commit | commitdiff | tree |
2019-10-26 |
drh | Add missing VdbeCoverage() macro. Fix an off-by-one... |
commit | commitdiff | tree |
2019-10-26 |
drh | If replace triggers are run during uniqueness checking... |
commit | commitdiff | tree |
2019-10-25 |
drh | Performance optimization in sqlite3BtreeCursor(). |
commit | commitdiff | tree |
2019-10-24 |
drh | Merge fixes from trunk. generated-columns |
commit | commitdiff | tree |
2019-10-24 |
drh | The previous fix was incomplete. It is also necessary... |
commit | commitdiff | tree |
2019-10-24 |
dan | In fts5, fix a case of overreading a buffer by 1 byte... |
commit | commitdiff | tree |
2019-10-24 |
drh | Fix handling of covering indexes that use virtual columns. |
commit | commitdiff | tree |
2019-10-24 |
drh | Correction to check-in [bec5b6d4d083556d] so that it... |
commit | commitdiff | tree |
2019-10-24 |
drh | Do not allow ALTER TABLE ADD COLUMN for a STORED column. |
commit | commitdiff | tree |
2019-10-23 |
drh | Add an experimental set of UUID processing functions... |
commit | commitdiff | tree |
2019-10-23 |
drh | When a vector comparison appears in the WHERE clause... |
commit | commitdiff | tree |
2019-10-23 |
drh | Minor adjustments for clarity and test coverage. |
commit | commitdiff | tree |
2019-10-23 |
drh | Fix incorrect arguments to testcase() macros. |
commit | commitdiff | tree |
2019-10-23 |
drh | Fix the foreign key logic to be compatible with generat... |
commit | commitdiff | tree |
2019-10-22 |
drh | Take the declared column time into account when computi... |
commit | commitdiff | tree |
2019-10-22 |
drh | Merge the row-value fix from trunk. |
commit | commitdiff | tree |
2019-10-22 |
drh | Disqualify row-value comparisons for use by an index... |
commit | commitdiff | tree |
2019-10-22 |
drh | Do not allow generated columns in the PRIMARY KEY. |
commit | commitdiff | tree |
2019-10-22 |
drh | In UPDATE processing, include generated columns in... |
commit | commitdiff | tree |
2019-10-22 |
drh | New testcase() macros. Fix a problem with INSERT when... |
commit | commitdiff | tree |
2019-10-22 |
drh | Merge changes on trunk into the generated-columns branch. |
commit | commitdiff | tree |
2019-10-22 |
drh | Previous check-in to fix [b47e3627ecaadbde] was incompl... |
commit | commitdiff | tree |
2019-10-22 |
drh | Move the sqlite3LocateCollSeq(), sqlite3FindCollSeq... |
commit | commitdiff | tree |
2019-10-22 |
drh | When flipping ("commuting") a comparison operator,... |
commit | commitdiff | tree |
2019-10-21 |
drh | Add a VdbeCoverage() macro that was omitted from check... |
commit | commitdiff | tree |
2019-10-21 |
drh | Try to fix a harmless compiler warning reported by... |
commit | commitdiff | tree |
2019-10-21 |
drh | Changes to the INSERT logic to make it simpler and... |
commit | commitdiff | tree |
2019-10-20 |
dan | Fix a resource leak in fts5 that could occur if an... |
commit | commitdiff | tree |
2019-10-19 |
drh | Work toward getting generated columns to work with... |
commit | commitdiff | tree |
2019-10-19 |
drh | Add testcase macros. |
commit | commitdiff | tree |
2019-10-19 |
drh | Refactor names of column index transformation functions... |
commit | commitdiff | tree |
2019-10-18 |
drh | Fixes for WITHOUT ROWID tables with VIRTUAL columns... |
commit | commitdiff | tree |
2019-10-18 |
drh | Merge trunk enhancements into the generated-columns... |
commit | commitdiff | tree |
2019-10-18 |
drh | Get generated columns working for WITHOUT ROWID tables. |
commit | commitdiff | tree |
2019-10-18 |
drh | Enhance the ".imposter" command in the CLI so that... |
commit | commitdiff | tree |
2019-10-18 |
drh | Claw back some performance from the sqlite3ExprGetColum... |
commit | commitdiff | tree |
2019-10-18 |
drh | Fix sqlite3ColumnOfIndex() to account for virtual columns. |
commit | commitdiff | tree |
2019-10-18 |
drh | Get indexes working on virtual columns. |
commit | commitdiff | tree |
2019-10-18 |
drh | STORED columns can now reference other STORED columns... |
commit | commitdiff | tree |
2019-10-17 |
drh | In the Table object, change the nVCol field to nNVCol... |
commit | commitdiff | tree |
2019-10-17 |
drh | Bug fix with INSERT using an explicit column list on... |
commit | commitdiff | tree |
2019-10-17 |
drh | Some (but not all) INSERT and UPDATE statements now... |
commit | commitdiff | tree |
2019-10-17 |
drh | Fix the xfer optimization for generated columns, so... |
commit | commitdiff | tree |
2019-10-17 |
drh | Basic UPDATE functionality working for VIRTUAL tables. |
commit | commitdiff | tree |
2019-10-17 |
dan | Avoid an infinite loop in fts3/4 incremental-merge... |
commit | commitdiff | tree |
2019-10-17 |
drh | Bug fixes so that "make test" once against runs with... |
commit | commitdiff | tree |
2019-10-17 |
drh | Fix the table_info and table_xinfo pragmas so that... |
commit | commitdiff | tree |
2019-10-16 |
drh | INSERT with named columns for a table with generated... |
commit | commitdiff | tree |
2019-10-16 |
drh | ALTER TABLE is able to add a VIRTUAL column. |
commit | commitdiff | tree |
2019-10-16 |
drh | Simple INSERT and SELECT operations working with VIRTUA... |
commit | commitdiff | tree |
2019-10-16 |
mistachkin | Enhancements to SQL query normalization for UPDATE... |
commit | commitdiff | tree |
2019-10-16 |
drh | If an AFTER DELETE trigger fires when a conflict row... |
commit | commitdiff | tree |
2019-10-16 |
drh | Initial experimental code for generated column support... |
commit | commitdiff | tree |
2019-10-15 |
drh | Formatting change on a multi-line conditional, for... |
commit | commitdiff | tree |
next |