-C This\spatch\scontains\sthe\sbeginnings\sof\sthe\sdata-typing\sinfrastructure.\nThe\snew\sbuild-in\sTypeOf()\sfunction\sis\sadded.\s\sNew\sopcodes\sfor\sdoing\npure\stext\scomparisons\sare\sadded.\s\sMost\schanges\sare\sdisabled\spending\nthe\s2.6.0\srelease.\s(CVS\s632)
-D 2002-06-20T11:36:49
+C Update\sthe\sfile-format\schange\sdocument\sto\sdescribes\sthe\schanges\sbetween\nversions\s2.4.12\sand\s2.5.0.\s(CVS\s633)
+D 2002-06-20T11:41:59
F Makefile.in 6291a33b87d2a395aafd7646ee1ed562c6f2c28c
F Makefile.template 4e11752e0b5c7a043ca50af4296ec562857ba495
F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
F www/download.tcl 29aa6679ca29621d10613f60ebbbda18f4b91c49
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl 45bdb18b75ac3aa1befec42985fb892413aac0bb
-F www/formatchng.tcl 2ce21ff30663fad6618198fe747ce675df577590
+F www/formatchng.tcl f604cde78f1ac9c29420136109b04407408e876e
F www/index.tcl d0c52fbf031d0a3ee6d9d77aa669d5a4b24b6130
F www/lang.tcl cf22bf18dbd6bec3b7d0b00ad998dd1f88193ea2
F www/mingw.tcl f1c7c0a7f53387dd9bb4f8c7e8571b7561510ebc
F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P 43c5aff5d078bce9292683cd40311e0dcc81ac14
-R 581584e0b7a6ff65ed6ebc56fea3ccf6
+P cbbc858d973c2d515c6a2464981316549a241b73
+R fd497356faed0fb5c0b085bee520dcb8
U drh
-Z 063bdfea24283b4aeee93e932e657f35
+Z 9a6df148947fb5a3f8644ec1700a654a
-cbbc858d973c2d515c6a2464981316549a241b73
\ No newline at end of file
+d28a2ecc91c0a6d64725887dcf2758f69553eb59
\ No newline at end of file
#
# Run this Tcl script to generate the formatchng.html file.
#
-set rcsid {$Id: formatchng.tcl,v 1.4 2002/03/11 02:06:14 drh Exp $ }
+set rcsid {$Id: formatchng.tcl,v 1.5 2002/06/20 11:41:59 drh Exp $ }
puts {<html>
<head>
Information about views is stored in the SQLITE_MASTER table. If an older
version of SQLite attempts to read a database that contains VIEW information
in the SQLITE_MASTER table, the parser will not understand the new syntax
- and you will get an error. Also, the
+ and initialization will fail. Also, the
way SQLite keeps track of unused disk blocks in the database file
changed slightly.
If an older version of SQLite attempts to write a database that
was previously written by version 2.4.0 or later, then it may leak disk
blocks.</td>
</tr>
+<tr>
+ <td valign="top">2.4.12 to 2.5.0</td>
+ <td valign="top">2002-Jun-17</td>
+ <td>Beginning with version 2.5.0, SQLite added support for triggers.
+ Information about triggers is stored in the SQLITE_MASTER table. If an older
+ version of SQLite attempts to read a database that contains a CREATE TRIGGER
+ in the SQLITE_MASTER table, the parser will not understand the new syntax
+ and initialization will fail.
+ </td>
+</tr>
</table>
</blockquote>