| Commit message (Expand) | Author | Age |
* | Fix various issues with the changes on this branch. Add test cases for the same. | dan | 2021-02-17 |
* | Fix harmless compiler warnings. | drh | 2021-02-07 |
* | Remove unreachable code. Fix a shift UB problem introduced yesterday | drh | 2021-02-05 |
* | Remove dead code. Fix RETURNING for INSERT into a virtual table. | drh | 2021-02-04 |
* | Fix an issue with RETURNING from UPSERT. | drh | 2021-02-04 |
* | Snapshot. New design appears to work on a simple test case. | drh | 2021-02-04 |
* | Preliminary changes for a new implementation of RETURNING that captures all | drh | 2021-02-04 |
* | Modify the SQLITE_DBCONFIG_ENABLE_TRIGGER setting so that it only disables | drh | 2021-02-03 |
* | Do not allow aggregates in a RETURNING clause. Fix a memory leak that | drh | 2021-02-02 |
* | Report an error if RETURNING is used for DELETE or UPDATE of a virtual table. | drh | 2021-02-02 |
* | Allow the RETURNING trigger to exist for virtual tables. | drh | 2021-02-02 |
* | Modify RETURNING so that it does not return changes implemented by | drh | 2021-02-01 |
* | Mark an unreachable branch as ALWAYS(). | drh | 2021-01-31 |
* | When setting the number of result columns in a RETURNING trigger, be sure | drh | 2021-01-31 |
* | Improved comments on the new code. | drh | 2021-01-30 |
* | Fix a memory deallocation problem that comes up when doing a RETURNING query | drh | 2021-01-30 |
* | Another attempt to get trigger selection correct for RETURNING triggers. | drh | 2021-01-30 |
* | When running the RETURNING trigger, if it is tagged as a DELETE trigger, | drh | 2021-01-30 |
* | Test cases added. RETURNING works with UPSERT as does PG. | drh | 2021-01-30 |
* | Better handling of errors in RETURNING due to corrupt database files. | drh | 2021-01-29 |
* | Allow "*" wildcards in the RETURNING clause. | drh | 2021-01-29 |
* | Working prototype. | drh | 2021-01-29 |
* | Performance optimization (and size reduction) in sqlite3TriggerList() for the | drh | 2021-01-29 |
* | Add a linked list of ParseCleanup objects to the end of a Parse object and | drh | 2021-01-11 |
* | Suppress errors associated with TEMP triggers that reference objects in | drh | 2020-11-05 |
* | Fix a double-free of the FROM clause of an UPDATE inside of triggers. | drh | 2020-07-16 |
* | Support UPDATE...FROM statements in trigger programs. | dan | 2020-07-14 |
* | Further refactoring of the schema table name. | drh | 2020-06-19 |
* | Provide "sqlite_schema" as an alternative name to the table that holds the | drh | 2020-06-15 |
* | Consolidate some code on this branch. | dan | 2020-03-21 |
* | Allow "main" to be used to refer to the main database even after SQLITE_DBCON... | dan | 2020-03-20 |
* | Change the name of the Expr.a.zName field to zEName, so that it has a name | drh | 2019-12-12 |
* | Avoid a crash that could occur when a database containing a table with a temp... | dan | 2019-12-03 |
* | Add support for "ORDER BY ... NULLS FIRST" and "ORDER BY ... NULLS LAST". Use... | dan | 2019-08-27 |
|\ |
|
| * | Prevent NULLS FIRST/LAST from being used in CREATE INDEX and other statements. | dan | 2019-08-19 |
* | | If a TEMP TRIGGER references an auxiliary schema, and that auxiliary schema | drh | 2019-08-27 |
|/ |
|
* | Validate the type, name, and tbl_name fields of the sqlite_master table when | drh | 2019-08-12 |
* | Add new assert() statements in an attempt to help static analyzers avoid | drh | 2019-07-16 |
* | Revamp the SrcList allocator routines to be methods of Parse instead of | drh | 2019-01-17 |
* | A new implementation of sqlite3VdbeMakeLabel() is faster and makes fewer | drh | 2018-12-29 |
* | Add new sqlite3_prepare_v3() flag SQLITE_PREPARE_NO_VTAB, for preparing | dan | 2018-12-21 |
* | Extend RENAME TABLE to edit triggers and views. Still buggy. | dan | 2018-08-29 |
* | (no comment) | dan | 2018-08-15 |
* | Edit the WHEN and UPDATE OF clauses of trigger programs as part of ALTER TABLE | dan | 2018-08-13 |
* | Add new testcase() macros and fix a bug that was revealed when trying to | drh | 2018-04-18 |
* | Add support for the "excluded.*" names in the UPDATE clause of an upsert. | drh | 2018-04-16 |
* | Add the Upsert object for holding upsert clause information. | drh | 2018-04-12 |
* | More complete parsing of UPSERT, including UPSERT within a trigger. | drh | 2018-04-07 |
* | Omit all sqlite3_trace() output from the triggers associated with | drh | 2017-12-27 |
* | Show the text of individual statements within a trigger, as they | drh | 2017-12-27 |