aboutsummaryrefslogtreecommitdiff
path: root/src/update.c
Commit message (Expand)AuthorAge
* Merge in the latest trunk changes, including partial indexes, the MAX_PATHdrh2013-08-02
|\
| * Add the logic to keep partial indices up to date through DML statements anddrh2013-08-01
* | Bring the sessions branch up-to-date with all the latest trunk changes.drh2013-06-26
|\|
| * Move the definitions of the WhereLevel and WhereInfo objects out ofdrh2013-06-05
* | Merge all recent trunk changes into the sessions branch.drh2013-05-08
|\|
| * Make sure the authorizer callback gets a valid pointer to "ROWID" for thedrh2013-05-06
* | Merge the changes for the 3.7.16.1 release candidate into the sessions branch.drh2013-03-28
|\|
| * Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
* | Merge the latest trunk changes into the sessions branch.drh2012-08-25
|\|
| * Fix a problem to do with multi-or queries and automatic indexes.dan2012-08-24
* | Merge all of the latest trunk changes into the sessions branch.drh2012-01-05
|\|
| * Make no assumptions about the initial state of VDBE registers.drh2011-12-09
* | Merge the latest trunk enhancements into the sessions branch.drh2011-10-21
|\|
| * Add assert() statements and eliminate needless variable assignments in orderdrh2011-10-14
* | Merge the latest trunk changes into the sessions branch.drh2011-07-22
|\|
| * Experimental changes to improve optimization of DISTINCT queries.dan2011-06-30
* | Merge the latest trunk changes into the sessions branch.drh2011-06-20
|\|
| * When updating a field that requires foreign key constraints be checked, ensur...dan2011-06-10
* | Merge the latest trunk changes into the sessions branch.drh2011-05-05
|\|
| * Add support for on conflict clauses to fts3/fts4.dan2011-04-25
* | Add the SQLITE_ENABLE_PREUPDATE_HOOK compile-time option.drh2011-03-30
* | Merge in all the latest changes from the trunk, and especially the interfacedrh2011-03-23
|\|
* | Fix a problem with INTEGER PRIMARY KEY columns and the pre-update hook.dan2011-03-19
* | Merge all the latest trunk enhancements into the sessions branch.drh2011-03-18
|\|
| * Remove dead code identified by the clang static analyzer.drh2011-03-06
| * Fix an instance of signed arithmetic overflow and an one bit-shift overflow.drh2011-03-05
* | Add the sqlite3_preupdate_new() API, for retrieving the new.* values from wit...dan2011-03-16
* | Add the experimental sqlite3_preupdate_hook() API.dan2011-03-01
|/
* Provide hints to the btree layer during the creation of transient tablesdrh2010-08-30
* Fix typos in comments. No code or logic changes.drh2010-07-30
* Currently, if SQLite cannot find a table or index referred to by a query, it ...dan2010-06-28
* Make sure the value of an INTEGER PRIMARY KEY column supplied to triggersdrh2010-05-14
* Add testcase() macros to make sure boundary cases in BEFORE UPDATE triggersdrh2009-12-01
* Move [7d30880114] to the trunk. Add optimizations to reduce the number of opc...dan2009-11-27
* Remove the obsolete "$Id:$" RCS identifier strings from the source code.drh2009-11-10
* When generating WHERE clause terms internally for NATURAL and USING joins, id...dan2009-10-19
* If an update does not modify any child or parent key columns, omit foreign ke...dan2009-10-01
* Fix some foreign key constraint related problems that occur when a row refers...dan2009-09-28
* Remove unused parameter from sqlite3CodeRowTrigger(). Fix header comments for...dan2009-09-24
* Fix compilation with OMIT_TRIGGER defined. Ticket [1ff6d29030e9757d052af0f394...dan2009-09-21
* Check in implementation of foreign key constraints.dan2009-09-19
* Add some tests that involve BEFORE UPDATE or BEFORE DELETE triggers messing w...dan2009-09-09
* Combine the OP_Statement and OP_Transaction opcodes.dan2009-09-08
* Warning cleanup from the MSVC compile.shane2009-09-07
* More fixes for test cases.dan2009-08-31
* Fixes for new triggers scheme.dan2009-08-30
* Changes to support recursive triggers.dan2009-08-28
* Suppress various compiler warnings. (CVS 6963)drh2009-08-08
* When extracting values from a record to use in an UPDATEd version of that rec...danielk19772009-07-27
* Allow virtual tables to be used in shared-cache mode. (CVS 6928)danielk19772009-07-24