*** DRAFT ***

SQLite Release 3.3.3 On 2006-01-31

  1. Removed support for an ON CONFLICT clause on CREATE INDEX - it never worked correctly so this should not present any backward compatibility problems.
  2. Authorizer callback now notified of ALTER TABLE ADD COLUMN commands
  3. After any changes to the TEMP database schema, all prepared statements are invalidated and must be recreated using a new call to sqlite3_prepare()
  4. Other minor bug fixes in preparation for the first stable release of version 3.3

A complete list of SQLite releases in a single page and a chronology are both also available. A detailed history of every check-in is available at SQLite version control site.