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