SQLite

Changes On Branch unique-constraint-weights
Login

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

Changes In Branch unique-constraint-weights Excluding Merge-Ins

This is equivalent to a diff from 11d9015f to 5c243eec

2018-10-06
13:46
Add test cases and assert() statements to ensure that the authorizer is being called as expected from within ALTER TABLE. (check-in: ff10d2c7 user: dan tags: trunk)
2018-10-05
20:09
When the left-hand side of a WHERE clause contraint is a UNIQUE column, and that term of the WHERE clause is not used for indexing, assume that the term reduces the number of output rows by half. This is one proposed fix for ticket [e8b674241947eb3ba4] (Leaf check-in: 5c243eec user: drh tags: unique-constraint-weights)
15:10
Changes to geopoly to silience false-positive warnings coming out of clang. (check-in: 11d9015f user: drh tags: trunk)
2018-10-03
18:05
Add an ALWAYS on an unreachable branch in the ALTER TABLE logic. (check-in: ebcd4523 user: drh tags: trunk)

Changes to ext/rtree/rtreeC.test.

Changes to src/where.c.

Changes to test/whereF.test.

Changes to test/whereG.test.

Changes to test/whereL.test.

Changes to test/with3.test.