Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/colname.test
2019-08-10
| ||
14:16 | Remove two incorrect assert() statements from the logic used to derive column names and types from subqueries. file: [87ad5458] check-in: [712e4771] user: drh branch: trunk, size: 12917 | |
2018-01-09
| ||
18:31 | Fix a potential crash in sqlite3expert.c caused by a missing sqlite3_reset() call. file: [fb28b368] check-in: [f6355970] user: dan branch: trunk, size: 12610 | |
2017-12-25
| ||
13:43 | Fix an assertion fault on a syntax error input caused by check-in [6b2ff26c25bb9da3]. Problem discovered by OSSFuzz. file: [101aa393] check-in: [90d6e4f1] user: drh branch: trunk, size: 12583 | |
2017-12-24
| ||
18:56 | Fix a NULL pointer dereference after a syntax error that can occur as a result of check-in [6b2ff26c25bb9da3] yesterday. This problem was discovered by the OSSFuzz. file: [36da7859] check-in: [d49afb8f] user: drh branch: trunk, size: 12245 | |
2017-12-23
| ||
12:33 | Move the generation of output column names earlier in the case of a CREATE TABLE AS. This is a fix for ticket [3b4450072511e62] and a continuation of check-in [ade7ddf1998190b2b63] that fixes cases of ticket [de3403bf5ae5f72ed6] that were missed previously. file: [a7ecb8f1] check-in: [6b2ff26c] user: drh branch: trunk, size: 11918 | |
2017-08-14
| ||
01:33 | Properly dequote column names in tables constructed by an aggregate SELECT. file: [c47639d2] check-in: [7e0d3e9c] user: drh branch: trunk, size: 11252 | |
2017-07-29
| ||
17:02 | New test cases for column name generation interacting with the query flattener. file: [b111edd2] check-in: [0c38dde4] user: drh branch: early-column-names, size: 10676 | |
2009-06-02
| ||
15:47 | Add a test case for ticket #3893 and ticket #3894. (CVS 6705) file: [08948a48] check-in: [2472f6db] user: drh branch: trunk, size: 9150 | |
2008-10-09
| ||
15:56 | Add a test to verify the sqlite3_column_name() interface returns the correct value when the query is of the form: "SELECT rowid,* FROM...". Ticket #3429. (CVS 5785) file: [69fea306] check-in: [e90d5a55] user: drh branch: trunk, size: 8910 | |
2008-09-13
| ||
01:20 | Fix issues with bizarrely quoted column names. Tickets #3370, #3371, and #3372. (CVS 5696) file: [0f05fea3] check-in: [ced6bbd2] user: drh branch: trunk, size: 8641 | |
2008-08-02
| ||
20:09 | Test scripts revised to work when auto_vacuum defaults on. (CVS 5528) file: [bc396d99] check-in: [e63186b0] user: drh branch: trunk, size: 7270 | |
2008-07-23
| ||
20:28 | Remove stray breakpoints from test scripts. (CVS 5465) file: [5bd677e9] check-in: [cb5e75df] user: drh branch: trunk, size: 7253 | |
2008-07-18
| ||
17:03 | Make sure expression spans are set correctly for "x.*" expressions in the result set of a SELECT. Ticket #3229. (CVS 5438) file: [d717fcf4] check-in: [17a9984e] user: drh branch: trunk, size: 7275 | |
2008-07-15
| ||
20:56 | Update column naming rules. Ticket #3221. Rules for column naming are still subject to change (except for the AS rule which we promise to keep the same) but are more consistent now. And the rules are tested using a new test script. (CVS 5416) file: [fa138771] check-in: [61f6e197] user: drh branch: trunk, size: 7128 Added | |