SQLite

Timeline
Login

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

About branch tkt9b78184b-alt

This branch seems to do what it is supposed to. The problem is that the same problem can be triggered using "ALTER TABLE ... ADD COLUMN". And we can't fix that the same way as ADD COLUMN does not require that all references in the schema resolve.

3 check-ins related to "tkt9b78184b-alt"
2019-07-08
12:44
Comment improvements. No changes to code. (Leaf check-in: b0629132 user: drh tags: tkt9b78184b-alt)
2019-07-02
20:10
Have ALTER TABLE detect and error out for the case where renaming a column changes a the interpretation of a double-quoted identifier in the database schema from an SQL literal to a column reference. (check-in: 5dbb0734 user: dan tags: tkt9b78184b-alt)
2019-06-28
07:08
Use the OP_Sequence opcode for generating unique rowid values for an autoindex on a co-routine implementation of a subquery. (check-in: eab42975 user: drh tags: trunk)