/ Changes On Branch constraint-error-codes
Login

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

Changes In Branch constraint-error-codes Excluding Merge-Ins

This is equivalent to a diff from 4a7b4ee011 to 3f67437536

2013-02-11
13:47
Add extended error codes for all SQLITE_CONSTRAINT errors. (check-in: 939d828274 user: drh tags: trunk)
2013-02-09
15:37
Rename SQLITE_CONSTRAINT_RAISE to SQLITE_CONSTRAINT_TRIGGER. Put the extended constraint error codes in alphabetical order. Add many test cases for the extended constraint error codes. (Closed-Leaf check-in: 3f67437536 user: drh tags: constraint-error-codes)
13:58
Add extended error codes for constraint errors. (check-in: 5461104668 user: drh tags: constraint-error-codes)
2013-02-07
21:15
Allow an index to be used for sorting even if prior terms of the index are constrained by IN operators. (check-in: 98bf668ab1 user: drh tags: IN-with-ORDERBY)
09:33
Fix harmless compiler warnings. (check-in: 4a7b4ee011 user: drh tags: trunk)
05:12
Add the ability to skip defining the localtime() function when being compiled for WinCE. (check-in: e1640876df user: mistachkin tags: trunk)

Changes to src/build.c.

Changes to src/expr.c.

Changes to src/fkey.c.

Changes to src/insert.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/test1.c.

Changes to src/test_spellfix.c.

Changes to src/vdbe.c.

Changes to src/vdbeaux.c.

Changes to test/capi2.test.

Changes to test/conflict.test.

Changes to test/errmsg.test.

Changes to test/fkey2.test.

Changes to test/fkey4.test.

Changes to test/hook.test.

Changes to test/notnull.test.

Changes to test/tester.tcl.

Changes to test/trigger1.test.

Changes to test/trigger3.test.

Changes to test/unique.test.