Small. Fast. Reliable.
Choose any three.
*** 152,154 ****
--- 152,159 ----
    To run a query within a transaction, you also have to compile
    it within a transaction.  To run a query outside of a transaction
    it should be compiled outside of the transaction.
+ 
+ 
+ This is true for version 2.8 only.  In SQLite version 3.0, statements
+ compile outside of a transaction can be run within a transaction and
+ vice versa.