SQLite

Check-in [5df7f0e6a1]
Login

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

Overview
Comment:Use the subquery column name, not the original SQL statement text, as the added AS clause in the query flattener.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | flattener-column-names
Files: files | file ages | folders
SHA3-256: 5df7f0e6a1fbc770a68830ce88e78ecccbf023557ea446ce312ab53d5b32a6a9
User & Date: drh 2017-07-29 14:56:53.996
Context
2017-07-29
14:56
Use the subquery column name, not the original SQL statement text, as the added AS clause in the query flattener. (Closed-Leaf check-in: 5df7f0e6a1 user: drh tags: flattener-column-names)
03:33
In the query flattener, only add AS clauses to output columns of the outer query that are copied directly from the inner query. Formerly, all columns of the outer query received an AS clause if they did not have one already. This is a proposed fix for ticket [de3403bf5ae5f72]. (check-in: 439cc5c52c user: drh tags: flattener-column-names)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/select.c.