Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Changed my mind. Convert "GUID" back to "UUID". (CVS 3639) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c258840515de6ab16725d98dab6ae654 |
User & Date: | drh 2007-02-13 02:12:02.000 |
Context
2007-02-13
| ||
12:49 | Expand the cursor index in SrcList_item to 32-bits to accomodate really huge VDBE programs resulting from deeply nested triggers. This is an interim fix until we rework triggers to use subroutines. (CVS 3640) (check-in: 22769e2d37 user: drh tags: trunk) | |
02:12 | Changed my mind. Convert "GUID" back to "UUID". (CVS 3639) (check-in: c258840515 user: drh tags: trunk) | |
02:07 | Change "UUID" to "GUID" in the documentation. (CVS 3638) (check-in: dddd31f4e0 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | used by an expression. This feature is considered experimental pending additional testing.</li> <li>Allow up to 64 tables in a join - the old limit was 32.</li> <li>Added two new experimental functions: <a href="lang_expr.html#randomblobFunc">randomBlob()</a> and <a href="lang_expr.html#hexFunc">hex()</a>. Their intended use is to facilitate generating |
︙ |