aboutsummaryrefslogtreecommitdiff
path: root/test/notnull.test
Commit message (Collapse)AuthorAge
* Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test casesdrh2018-11-07
| | | | | so that they work with DEFENSIVE enabled. FossilOrigin-Name: 3212733cb6d1a59516d67a86df7c7b1d2456a1b2e5d7080c26b0e87b2609c65d
* Ensure the "unique-not-null" flag is set for automatic indexes on columnsdan2018-01-29
| | | | | | declared with "col UNIQUE NOT NULL" (where the NOT NULL comes after the UNIQUE). FossilOrigin-Name: 8767f7b880f2e4112f75f0b6ef7be3f50ab1ae20e103e7d03d8bfe77e6c79438
* Standardize the error messages generated by constraint failures to a formatdrh2013-11-05
| | | | | | of "$TYPE constraint failed: $DETAIL". This involves many changes to the expected output of test cases. FossilOrigin-Name: 54b221929744b1bcdbcc2030fef2e510618afd41
* Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRIGGER. Put the drh2013-02-09
| | | | | | extended constraint error codes in alphabetical order. Add many test cases for the extended constraint error codes. FossilOrigin-Name: 3f67437536591a1b0742a25b983707933aaa16d5
* Add a test case to show that [/info/29ab7be99f|29ab7be99f] is fixed.dan2009-09-09
| | | FossilOrigin-Name: 135d656a20a2a450955ed9ec57d9637cf31493c6
* Test suite fixes for builds that define OMIT symbols. (CVS 2962)danielk19772006-01-17
| | | FossilOrigin-Name: 3a54a33dcb7e765ee3773397407e8929a8cfe1a9
* Better error messages on constraint violations. Additional tests and bug fixesdrh2003-01-29
| | | | | for the callback-free API. (CVS 854) FossilOrigin-Name: ccc82f1ab4539a60ee5cc2625743c5389f9ccd8e
* Change to five conflict resolution algorithms: ROLLBACK, ABORT, FAIL,drh2002-01-31
| | | | | | IGNORE, and REPLACE. This checkin is code only. Documentation and tests are still needed. Also, ABORT is not fully implemented. (CVS 360) FossilOrigin-Name: d0e7cf4a83e6abad7129bed356b7492dddaff474
* Better testing of the ON CONFLICT logic. (CVS 358)drh2002-01-30
FossilOrigin-Name: 9bbddb8e013b47547164f71f2d7abd995f8d7385