SQLite

Check-in [11d472c1df]
Login

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

Overview
Comment:Initial experimental code for generated column support. Non-functional.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | generated-columns
Files: files | file ages | folders
SHA3-256: 11d472c1df707b8d03ec57d8fc582a34f5eb89a9d02a154a9871650c65065b45
User & Date: drh 2019-10-16 12:18:59.297
Context
2019-10-16
19:31
Simple INSERT and SELECT operations working with VIRTUAL columns. (check-in: 7f9f90b1b8 user: drh tags: generated-columns)
12:18
Initial experimental code for generated column support. Non-functional. (check-in: 11d472c1df user: drh tags: generated-columns)
2019-10-15
19:01
Formatting change on a multi-line conditional, for improved clarity. No logic changes. (check-in: 7248e34765 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/parse.y.
Changes to src/pragma.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/update.c.
Changes to src/wherecode.c.
Changes to tool/mkkeywordhash.c.