SQLite 3.2.0

2005-Mar-21 - Version 3.2.0 is out.

The primary purpose for version 3.2.0 is to add support for ALTER TABLE ADD COLUMN. Version 3.2.0 also fixes an obscure but serious bug that was discovered just prior to release. If you have a multi-statement transaction and within that transaction an UPDATE or INSERT statement fails due to a constraint, then you try to rollback the whole transaction, the rollback might not work correctly. For more information you can see at URL:http://www.sqlite.org.

Updated: