SQLite

Check-in [937f659e89]
Login

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

Overview
Comment:Simplification of the initialization code for CREATE TABLE AS.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | create-table-as-type-fix
Files: files | file ages | folders
SHA1: 937f659e8933011c44e822328a97cb5f0607c04d
User & Date: drh 2015-05-20 17:18:29.382
Context
2015-05-20
17:25
Add a test case to verify that CREATE TABLE AS does not store INT values in TEXT columns. Ticket [f2ad7de056ab1dc92]. (Closed-Leaf check-in: 0e45e8f157 user: drh tags: create-table-as-type-fix)
17:18
Simplification of the initialization code for CREATE TABLE AS. (check-in: 937f659e89 user: drh tags: create-table-as-type-fix)
15:51
A proposed fix for the problem of CREATE TABLE AS generating a table that has INTEGER values in a TEXT column. Ticket [f2ad7de056ab1dc92]. (check-in: d5e2c1fc76 user: drh tags: create-table-as-type-fix)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.