Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Do not allow triggers on the SQLITE_MASTER table. (CVS 579) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
275ba356f351abcf9a079ac16b765c94 |
User & Date: | drh 2002-05-23 00:30:31.000 |
Context
2002-05-23
| ||
02:09 | Fix some places where a malloc() failure would lead to a segfault. (CVS 580) (check-in: 01ad352c3c user: drh tags: trunk) | |
00:30 | Do not allow triggers on the SQLITE_MASTER table. (CVS 579) (check-in: 275ba356f3 user: drh tags: trunk) | |
2002-05-22
| ||
21:27 | Fix for ticket #46: Report an error if a CREATE TABLE contains two or more columns with the same name. (CVS 578) (check-in: ba1953abd0 user: drh tags: trunk) | |
Changes
Changes to src/parse.y.
Changes to src/tokenize.c.
Changes to src/trigger.c.
Changes to test/trigger1.test.
Changes to test/trigger2.test.