/ Changes On Branch index-expr
Login

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

Changes In Branch index-expr Excluding Merge-Ins

This is equivalent to a diff from 3d3df79bfa to 5ff8552938

2015-09-04
17:32
Add support for CREATE INDEX statements that use deterministic expressions rather than only column names. (check-in: 2131a5ca53 user: drh tags: trunk)
17:22
Merge the latest trunk changes, and especially the fix for allowing strings as identifiers in CREATE INDEX statements. (check-in: a9b84885aa user: drh tags: begin-concurrent)
13:02
Merge trunk enhancements, and espeically the fix for allowing strings as column identifers in CREATE INDEX statements. (Closed-Leaf check-in: 5ff8552938 user: drh tags: index-expr)
12:54
Continue to support the (broken) legacy syntax of allowing strings for column names in CREATE INDEX statements and in UNIQUE and PRIMARY KEY constraints. (check-in: 3d3df79bfa user: drh tags: trunk)
11:13
Enhance showfts5.tcl so that it can optionally display the number of terms in each segment. (check-in: d648ddd93d user: dan tags: trunk)
2015-09-03
14:18
Merge enhancements from trunk. (check-in: 1ab10cbf27 user: drh tags: index-expr)

Changes to src/analyze.c.

Changes to src/build.c.

Changes to src/date.c.

Changes to src/delete.c.

Changes to src/expr.c.

Changes to src/func.c.

Changes to src/insert.c.

Changes to src/resolve.c.

Changes to src/shell.c.

Changes to src/sqliteInt.h.

Changes to src/update.c.

Changes to src/vdbeblob.c.

Changes to src/where.c.

Changes to src/whereInt.h.

Changes to src/wherecode.c.

Changes to src/whereexpr.c.

Changes to test/index.test.

Added test/indexexpr1.test.

Changes to test/rowid.test.