SQLite

All files named ”test/conflict3.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/conflict3.test

2019-12-29
22:08
[81865d9599] part of check-in [db4b7e1dc3] Do not allow triggers that run as part of REPLACE conflict resolution during an UPDATE to modify the the table being updated. Otherwise, those triggers might delete content out from under the update operation, leading to all kinds of problems. Ticket [314cc133e5ada126] (check-in: [db4b7e1dc3] user: drh branch: trunk, size: 11673)
2019-10-29
16:18
[f62a2d0cad] part of check-in [4d424f3047] Remove the legacy_file_format PRAGMA. In its place, provide the SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). Fix for ticket [6484e6ce678fffab] (check-in: [4d424f3047] user: drh branch: trunk, size: 11603)
2019-08-31
17:14
[56d18aedfa] part of check-in [4145b3e050] If a DELETE trigger fired by an UPDATE OR REPLACE statement deletes the row being updated, do not attempt to proceed with the original UPDATE operation. Fix for [d6a0fbc1]. (check-in: [4145b3e050] user: dan branch: trunk, size: 11604)
2017-05-01
18:12
[a83db76a6c] part of check-in [a6727eef6d] Clear the BTCF_ValidNKey flag set if a cursor is moved by sqlite3BtreeInsert(). Fix for [f68dc596c4]. (check-in: [a6727eef6d] user: dan branch: trunk, size: 10209)
2013-11-05
19:41
Added: [dec0634c0f] part of check-in [573cc27427] Fix conflict handling for the case when the rowid uses REPLACE but other unique constraints use FAIL or IGNORE. (check-in: [573cc27427] user: drh branch: omit-rowid, size: 10273)