Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Factor common code for generating index keys into a procedure. Other speed improvements and bug fixes. (CVS 1487) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6661bb5f9c1692f94b8b7d900b6be07f |
User & Date: | drh 2004-05-28 16:00:22.000 |
Context
2004-05-29
| ||
02:37 | Allow CREATE and DROP TRIGGER on attached databases. (CVS 1488) (check-in: 4060a37d0b user: danielk1977 tags: trunk) | |
2004-05-28
| ||
16:00 | Factor common code for generating index keys into a procedure. Other speed improvements and bug fixes. (CVS 1487) (check-in: 6661bb5f9c user: drh tags: trunk) | |
13:13 | Fix a bug in the sqlite3_column_decltype() API. (CVS 1486) (check-in: c8a40218c2 user: danielk1977 tags: trunk) | |
Changes
Changes to src/build.c.
Changes to src/delete.c.
Changes to src/pragma.c.
Changes to src/sqliteInt.h.
Changes to src/utf.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.