| 2019-10-31 |
drh | Correctly generate pre-UPDATE content for virtual colum... |
commit | commitdiff | tree | snapshot |
| 2019-10-31 |
drh | Add a few simple TCL test cases for generated columns... |
commit | commitdiff | tree | snapshot |
| 2019-10-31 |
drh | Ignore differences in Expr.op2 in sqlite3ExprCompare... |
commit | commitdiff | tree | snapshot |
| 2019-10-31 |
drh | Enhance the TreeView logic to show information about... |
commit | commitdiff | tree | snapshot |
| 2019-10-30 |
drh | Always disallow the use of non-deterministic functions... |
commit | commitdiff | tree | snapshot |
| 2019-10-30 |
drh | Simplify the bytecode generation for SQL function calls... |
commit | commitdiff | tree | snapshot |
| 2019-10-30 |
drh | New tokens ALWAYS, GENERATED, and STORED used by genera... |
commit | commitdiff | tree | snapshot |
| 2019-10-29 |
drh | Remove the legacy_file_format PRAGMA. In its place... |
commit | commitdiff | tree | snapshot |
| 2019-10-29 |
drh | Tighten the generated column requirement such that... |
commit | commitdiff | tree | snapshot |
| 2019-10-29 |
drh | Add a missing translation from table column numbers... |
commit | commitdiff | tree | snapshot |
| 2019-10-29 |
drh | Disallow tables that have only virtual columns. |
commit | commitdiff | tree | snapshot |
| 2019-10-28 |
dan | Fix a problem in fts3 causing it to report corruption... |
commit | commitdiff | tree | snapshot |
| 2019-10-28 |
drh | Remove a NEVER() comparison from sqlite3ExprCompare(). |
commit | commitdiff | tree | snapshot |
| 2019-10-28 |
drh | ALWAYS macro added for coverage. |
commit | commitdiff | tree | snapshot |
| 2019-10-27 |
drh | Improved detection of attempts to use a generated colum... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | Remove code from the constraint checker that generates... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | Remove redundant code resulting from a merge error... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | Add support for generated columns. |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | Performance optimization on sqlite3GenerateConstraintCh... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | Clarify some comments and add assert() and testcase... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | Fix a problem in the legacy ".explain on" formatting... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | Minor changes to help ensure the pointer returned by... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | Overnight, OSSFuzz helpfully pointed out a potential... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | Add missing VdbeCoverage() macro. Fix an off-by-one... |
commit | commitdiff | tree | snapshot |
| 2019-10-26 |
drh | If replace triggers are run during uniqueness checking... |
commit | commitdiff | tree | snapshot |
| 2019-10-25 |
drh | Performance optimization in sqlite3BtreeCursor(). |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
drh | Merge fixes from trunk. generated-columns |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
drh | The previous fix was incomplete. It is also necessary... |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
dan | In fts5, fix a case of overreading a buffer by 1 byte... |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
drh | Fix handling of covering indexes that use virtual columns. |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
drh | Correction to check-in [bec5b6d4d083556d] so that it... |
commit | commitdiff | tree | snapshot |
| 2019-10-24 |
drh | Do not allow ALTER TABLE ADD COLUMN for a STORED column. |
commit | commitdiff | tree | snapshot |
| 2019-10-23 |
drh | Add an experimental set of UUID processing functions... |
commit | commitdiff | tree | snapshot |
| 2019-10-23 |
drh | When a vector comparison appears in the WHERE clause... |
commit | commitdiff | tree | snapshot |
| 2019-10-23 |
drh | Minor adjustments for clarity and test coverage. |
commit | commitdiff | tree | snapshot |
| 2019-10-23 |
drh | Fix incorrect arguments to testcase() macros. |
commit | commitdiff | tree | snapshot |
| 2019-10-23 |
drh | Fix the foreign key logic to be compatible with generat... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | Take the declared column time into account when computi... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | Merge the row-value fix from trunk. |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | Disqualify row-value comparisons for use by an index... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | Do not allow generated columns in the PRIMARY KEY. |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | In UPDATE processing, include generated columns in... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | New testcase() macros. Fix a problem with INSERT when... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | Merge changes on trunk into the generated-columns branch. |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | Previous check-in to fix [b47e3627ecaadbde] was incompl... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | Move the sqlite3LocateCollSeq(), sqlite3FindCollSeq... |
commit | commitdiff | tree | snapshot |
| 2019-10-22 |
drh | When flipping ("commuting") a comparison operator,... |
commit | commitdiff | tree | snapshot |
| 2019-10-21 |
drh | Add a VdbeCoverage() macro that was omitted from check... |
commit | commitdiff | tree | snapshot |
| 2019-10-21 |
drh | Try to fix a harmless compiler warning reported by... |
commit | commitdiff | tree | snapshot |
| 2019-10-21 |
drh | Changes to the INSERT logic to make it simpler and... |
commit | commitdiff | tree | snapshot |
| 2019-10-20 |
dan | Fix a resource leak in fts5 that could occur if an... |
commit | commitdiff | tree | snapshot |
| 2019-10-19 |
drh | Work toward getting generated columns to work with... |
commit | commitdiff | tree | snapshot |
| 2019-10-19 |
drh | Add testcase macros. |
commit | commitdiff | tree | snapshot |
| 2019-10-19 |
drh | Refactor names of column index transformation functions... |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
drh | Fixes for WITHOUT ROWID tables with VIRTUAL columns... |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
drh | Merge trunk enhancements into the generated-columns... |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
drh | Get generated columns working for WITHOUT ROWID tables. |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
drh | Enhance the ".imposter" command in the CLI so that... |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
drh | Claw back some performance from the sqlite3ExprGetColum... |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
drh | Fix sqlite3ColumnOfIndex() to account for virtual columns. |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
drh | Get indexes working on virtual columns. |
commit | commitdiff | tree | snapshot |
| 2019-10-18 |
drh | STORED columns can now reference other STORED columns... |
commit | commitdiff | tree | snapshot |
| 2019-10-17 |
drh | In the Table object, change the nVCol field to nNVCol... |
commit | commitdiff | tree | snapshot |
| 2019-10-17 |
drh | Bug fix with INSERT using an explicit column list on... |
commit | commitdiff | tree | snapshot |
| 2019-10-17 |
drh | Some (but not all) INSERT and UPDATE statements now... |
commit | commitdiff | tree | snapshot |
| 2019-10-17 |
drh | Fix the xfer optimization for generated columns, so... |
commit | commitdiff | tree | snapshot |
| 2019-10-17 |
drh | Basic UPDATE functionality working for VIRTUAL tables. |
commit | commitdiff | tree | snapshot |
| 2019-10-17 |
dan | Avoid an infinite loop in fts3/4 incremental-merge... |
commit | commitdiff | tree | snapshot |
| 2019-10-17 |
drh | Bug fixes so that "make test" once against runs with... |
commit | commitdiff | tree | snapshot |
| 2019-10-17 |
drh | Fix the table_info and table_xinfo pragmas so that... |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
drh | INSERT with named columns for a table with generated... |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
drh | ALTER TABLE is able to add a VIRTUAL column. |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
drh | Simple INSERT and SELECT operations working with VIRTUA... |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
mistachkin | Enhancements to SQL query normalization for UPDATE... |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
drh | If an AFTER DELETE trigger fires when a conflict row... |
commit | commitdiff | tree | snapshot |
| 2019-10-16 |
drh | Initial experimental code for generated column support... |
commit | commitdiff | tree | snapshot |
| 2019-10-15 |
drh | Formatting change on a multi-line conditional, for... |
commit | commitdiff | tree | snapshot |
| 2019-10-14 |
drh | Futher improvements to the IN operator for row-values... |
commit | commitdiff | tree | snapshot |
| 2019-10-14 |
drh | New test cases in test/fuzzdata8.db. |
commit | commitdiff | tree | snapshot |
| 2019-10-14 |
dan | Fix a problem with row-value IN(...) operators and... |
commit | commitdiff | tree | snapshot |
| 2019-10-12 |
drh | When Select-Trace is enabled (in debugging builds only... |
commit | commitdiff | tree | snapshot |
| 2019-10-11 |
dan | Update the zipfile extension to use deflateBound()... |
commit | commitdiff | tree | snapshot |
| 2019-10-11 |
drh | Futher improvements to LEFT JOIN strength reduction. |
commit | commitdiff | tree | snapshot |
| 2019-10-11 |
drh | Improvements to the LEFT JOIN strength reduction optimi... |
commit | commitdiff | tree | snapshot |
| 2019-10-11 |
dan | Ensure fts3/4 prefix indexes are flushed to disk before... |
commit | commitdiff | tree | snapshot |
| 2019-10-11 |
dan | Fix the fts3/4 integrity-check command so that it works... |
commit | commitdiff | tree | snapshot |
| 2019-10-11 |
drh | Increase the version number to 3.31.0 for the next... |
commit | commitdiff | tree | snapshot |
| 2019-10-11 |
drh | Faster response to sqlite3_interrupt() in the OP_Integr... |
commit | commitdiff | tree | snapshot |
| 2019-10-10 |
mistachkin | Update the autoconf makefile for MSVC. |
commit | commitdiff | tree | snapshot |
| 2019-10-10 |
mistachkin | Fix harmless compiler warning seen with MSVC. |
commit | commitdiff | tree | snapshot |
| 2019-10-10 |
dan | Prevent SQLite from assuming that if ((? IS NOT NULL... |
commit | commitdiff | tree | snapshot |
| 2019-10-10 |
dan | Fix a problem in the fts3 integrity-check routine causi... |
commit | commitdiff | tree | snapshot |
| 2019-10-10 |
dan | Be sure to rewrite column references inside FILTER... |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
dan | Avoid assuming that an expression that contains the... |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
dan | Do not allow users to effectively disable fts5 crisisme... |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
drh | An improved fix for the dbsqlfuzz-discovered ALWAYS... |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
dan | Disallow fts5 page sizes greater than 65536 bytes ... |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
drh | Remove the "fastfuzztest" makefile target. Use only... |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
drh | New test cases added to test/fuzzdata8.db. |
commit | commitdiff | tree | snapshot |
| 2019-10-09 |
drh | Change sqlite3SelectDup() to always return NULL if... |
commit | commitdiff | tree | snapshot |
| next |