Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update change log for version 3.1.0. (CVS 2256) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4d9b858746084c2636ba618108775b9b |
User & Date: | drh 2005-01-21 17:03:50.000 |
Context
2005-01-21
| ||
17:07 | Change to mkopcodeh.awk to accomodate windows systems. (CVS 2257) (check-in: 39786aa894 user: drh tags: trunk) | |
17:03 | Update change log for version 3.1.0. (CVS 2256) (check-in: 4d9b858746 user: drh tags: trunk) | |
15:52 | Final preparations for the 3.1.0 alpha release. (CVS 2255) (check-in: 17122c7e8e user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2004 October 11 (3.0.8)} { <li>Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions.</li> <li>Allow new user-defined functions to be created when there are already one or more precompiled SQL statements.<li> <li>Fix portability problems for Mingw/MSYS.</li> <li>Fix a byte alignment problem on 64-bit Sparc machines.</li> | > > > > > > > > > > > > > > > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2005 January 21 (3.1.0 ALPHA)} { <li>Autovacuum support added</li> <li>CURRENT_TIME, CURRENT_DATE, and CURRENT_TIMESTAMP added</li> <li>Support for the EXISTS clause added.</li> <li>Support for correlated subqueries added.</li> <li>Added the ESCAPE clause on the LIKE operator.</li> <li>Support for ALTER TABLE ... RENAME TABLE ... added</li> <li>AUTOINCREMENT keyword supported on INTEGER PRIMARY KEY</li> <li>Many SQLITE_OMIT_ macros inserts to omit features at compile-time and reduce the library footprint.</li> <li>The REINDEX command was added.</li> <li>The engine no longer consults the main table if it can get all the information it needs from an index.</li> <li>Many nuisance bugs fixed.</li> } chng {2004 October 11 (3.0.8)} { <li>Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions.</li> <li>Allow new user-defined functions to be created when there are already one or more precompiled SQL statements.<li> <li>Fix portability problems for Mingw/MSYS.</li> <li>Fix a byte alignment problem on 64-bit Sparc machines.</li> |
︙ | ︙ |