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