Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/fuzz2.test
2015-01-22
| ||
12:00 | [76dc35b32b] part of check-in [9e6eae660a] Make sure errors in the FROM clause of a SELECT cause analysis to abort and unwind the stack before those errors have a chance to mischief in the "*" column-name wildcard expander. Fix for ticket [32b63d542433ca67]. (check-in: [9e6eae660a] user: drh branch: trunk, size: 7034) | |
2015-01-09
| ||
01:27 | [b34fe575aa] part of check-in [fe57886331] Fix three crash problems discovered by afl-fuzz. Ticket [a59ae93ee990a55]. (check-in: [fe57886331] user: drh branch: trunk, size: 6737) | |
2009-12-31
| ||
19:48 | [207d0f9d06] part of check-in [97f8a886b6] Minor changes to test scripts to support various SQLITE_OMIT options. (check-in: [97f8a886b6] user: shaneh branch: trunk, size: 6174) | |
2007-05-15
| ||
16:51 | [ea38692ce2] part of check-in [f84d9dab11] Make sure pParse->rc gets set whenever sqlite3ErrorMsg() is called. This is added insurance that parsing will stop quickly after an error. This change did make the parser stop faster in some cases, which required some revisions to tests. (CVS 4010) (check-in: [f84d9dab11] user: drh branch: trunk, size: 6061) | |
03:56 | [f1866329c9] part of check-in [9ff382f458] Fix problems in ALTER TABLE that occur when column or table names are invalid UTF encodings. (CVS 4000) (check-in: [9ff382f458] user: drh branch: trunk, size: 6689) | |
2007-05-11
| ||
00:20 | Added: [fdbea57180] part of check-in [d146f01a02] Make sure that the REGISTER token generates a valid Expr. REGISTER will cause the tokenizer to abort, but the parser might do several reduce actions prior to that abort and those reduce actions sometimes need a valid Expr. (CVS 3980) (check-in: [d146f01a02] user: drh branch: trunk, size: 6693) | |