1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Put in the correct release date for version 3.3.3. (CVS 3045)

FossilOrigin-Name: 1133a84039e6a81855445b5309b36136f0a7d149
This commit is contained in:
drh
2006-01-31 16:20:50 +00:00
parent 7aae9943f5
commit 4e15354c38
4 changed files with 20 additions and 12 deletions

View File

@ -25,8 +25,16 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2006 January 30 (3.3.3 stable)} {
<li>Minor bug fixes only.</li>
chng {2006 January 31 (3.3.3)} {
<li>Removed support for an ON CONFLICT clause on CREATE INDEX - it never
worked correctly so this should not present any backward compatibility
problems.</li>
<li>Authorizer callback now notified of ALTER TABLE ADD COLUMN commands</li>
<li>After any changes to the TEMP database schema, all prepared statements
are invalidated and must be recreated using a new call to
sqlite3_prepare()</li>
<li>Other minor bug fixes in preparation for the first stable release
of version 3.3</li>
}
chng {2006 January 24 (3.3.2 beta)} {