index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
conflict.test
Commit message (
Expand
)
Author
Age
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Add test cases to confirm that the schema parsing quirk in which an
drh
2023-01-17
*
Include the original text of the CHECK constraint in the error message for
drh
2020-08-27
*
Ensure that all ON CONFLICT REPLACE indexes are sorted to the end of the list
drh
2019-12-15
*
Do not all REPLACE to sneak a NULL value into a NOT NULL column. Detect that
drh
2018-12-22
*
Update test cases to taken deferred statement-journal opening into account.
drh
2016-03-04
*
Standardize the error messages generated by constraint failures to a format
drh
2013-11-05
*
Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRIGGER. Put the
drh
2013-02-09
*
Changes to test scripts to work with SQLITE_TEMP_STORE=2.
dan
2010-09-20
*
Fix the REPLACE conflict resolution so that it falls back to ABORT when
drh
2010-08-03
*
When SQLite is configured to use in-memory temp files (either by setting SQLI...
danielk1977
2009-04-30
*
Miscellaneous test coverage improvements. (CVS 4734)
drh
2008-01-21
*
Delay opening temporary pager files until they are first written. (CVS 4260)
danielk1977
2007-08-21
*
Changes to test scripts to support alternative configurations. (CVS 3824)
drh
2007-04-06
*
Clean up memory leaks and uninitialized variables detected by valgrind.
drh
2007-01-03
*
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
danielk1977
2006-01-17
*
Make sure the default storage for virtual tables is the disk not memory
drh
2005-09-25
*
Sorting is now done using a sorting index rather than loading the entire
drh
2005-09-01
*
Add tests to make sure statement journals are only opened when necessary. (CV...
drh
2005-06-07
*
Tentative fix for ticket #1171. More research and testing needed. (CVS 2402)
drh
2005-03-20
*
Update sqlite3_changes() to match the documentation and add
danielk1977
2004-06-21
*
Remove the <ON CONFLICT> clause from BEGIN (CVS 1501)
danielk1977
2004-05-31
*
Replace OP_Begin, OP_Commit and OP_Rollback with OP_AutoCommit. (CVS 1500)
danielk1977
2004-05-31
*
Provide a more informative error message when a uniqueness constraint
drh
2003-08-05
*
Enhance the "PRAGMA integrity_check" command to verify that all indices are
drh
2003-06-15
*
Make sure the ON CONFLICT clause on a BEGIN overrides the conflict resolution
drh
2003-05-16
*
Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement
drh
2003-02-26
*
Better error messages on constraint violations. Additional tests and bug fixes
drh
2003-01-29
*
Fix for ticket #110: return an error if trying to start a transaction within a
drh
2002-08-18
*
Additional test cases added. The following bug fixed: A segfault was occurring
drh
2002-06-28
*
Enhance the INTEGRITY_CHECK pragma to test the auxiliary database file in
drh
2002-06-25
*
Fix for bug #15: Add the sqlite_changes() API function for retrieving the
drh
2002-04-12
*
Fix for bug #11: Output the correct row count when and INSERT does an
drh
2002-04-09
*
Fix for bug #10: Pop the stack by the right amount on an IGNORE so that the
drh
2002-04-09
*
Change the name of the sanity_check PRAGMA to "integrity_check" and make
drh
2002-02-19
*
Fix a serious bug in INSERT when the source is a SELECT. (CVS 366)
drh
2002-02-03
*
The VACUUM command now does a database sanity check. (CVS 364)
drh
2002-02-03
*
Five-algorithm conflict resolution appears to be working. (CVS 363)
drh
2002-02-03
*
Change to five conflict resolution algorithms: ROLLBACK, ABORT, FAIL,
drh
2002-01-31
*
Added ON CONFLICT support to COPY. Updates to documentation. Bug fixes. (CVS ...
drh
2002-01-30
*
Better testing of the ON CONFLICT logic. (CVS 358)
drh
2002-01-30
*
More bug fixes in the ON CONFLICT enhancement. (CVS 357)
drh
2002-01-30