SQLite

Changes On Branch generated-columns
Login

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

Changes In Branch generated-columns Excluding Merge-Ins

This is equivalent to a diff from 8d964e1c to 4ec57d88

2019-10-26
18:47
Add support for generated columns. (check-in: b855acf1 user: drh tags: trunk)
2019-10-25
14:46
Performance optimization in sqlite3BtreeCursor(). (check-in: ea068b09 user: drh tags: trunk)
2019-10-24
23:43
Merge fixes from trunk. (Closed-Leaf check-in: 4ec57d88 user: drh tags: generated-columns)
21:02
The previous fix was incomplete. It is also necessary to disable the Expr.y.pTab field when making the translation. (check-in: b99d5701 user: drh tags: generated-columns)
20:35
In fts5, fix a case of overreading a buffer by 1 byte when counting characters in malformed utf-8. Fix for [dd1f67bf]. (check-in: 8d964e1c user: dan tags: trunk)
19:35
Correction to check-in [bec5b6d4d083556d] so that it detects *all* triggers that might perturb the insertion cursor. Ticket [50c09fc2cf0d91ce]. (check-in: 521f1d36 user: drh tags: trunk)

Changes to src/alter.c.

Changes to src/analyze.c.

Changes to src/build.c.

Changes to src/expr.c.

Changes to src/fkey.c.

Changes to src/insert.c.

Changes to src/parse.y.

Changes to src/pragma.c.

Changes to src/resolve.c.

Changes to src/sqliteInt.h.

Changes to src/update.c.

Changes to src/upsert.c.

Changes to src/vdbe.c.

Changes to src/vdbe.h.

Changes to src/vdbeapi.c.

Changes to src/vdbeaux.c.

Changes to src/vtab.c.

Changes to src/where.c.

Changes to src/wherecode.c.

Changes to tool/mkkeywordhash.c.