Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change "UUID" to "GUID" in the documentation. (CVS 3638) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
dddd31f4e09f1b83d9c8fb9280cdc5af |
User & Date: | drh 2007-02-13 02:07:38 |
Context
2007-02-13
| ||
02:12 | Changed my mind. Convert "GUID" back to "UUID". (CVS 3639) check-in: c2588405 user: drh tags: trunk | |
02:07 | Change "UUID" to "GUID" in the documentation. (CVS 3638) check-in: dddd31f4 user: drh tags: trunk | |
02:03 | Changes in preparation for version 3.3.13. (CVS 3637) check-in: 7799a0b6 user: drh tags: trunk | |
Changes
Changes to www/changes.tcl.
31 31 used by an expression. This feature is considered experimental pending 32 32 additional testing.</li> 33 33 <li>Allow up to 64 tables in a join - the old limit was 32.</li> 34 34 <li>Added two new experimental functions: 35 35 <a href="lang_expr.html#randomblobFunc">randomBlob()</a> and 36 36 <a href="lang_expr.html#hexFunc">hex()</a>. 37 37 Their intended use is to facilitate generating 38 -<a href="http://en.wikipedia.org/wiki/UUID">UUIDs</a>.</li> 38 +<a href="http://en.wikipedia.org/wiki/Globally_Unique_Identifier">GUIDs</a>. 39 +</li> 39 40 <li>Fix a problem where 40 41 <a href="pragma.html#pragma_count_changes">PRAGMA count_changes</a> was 41 42 causing incorrect results for updates on tables with triggers</li> 42 43 <li>Fix a bug in the ORDER BY clause optimizer for joins where the 43 44 left-most table in the join is constrained by a UNIQUE index.</li> 44 45 <li>Fixed a bug in the "copy" method of the TCL interface.</li> 45 46 <li>Bug fixes in fts1 and fts2 modules.</li>