If I open two handles to "sqlite.db", and attach a :memory: database to one of them, then start a transaction on the handle without the :memory: database, will this prevent me from using the :memory: database in the other handle until the transaction finishes?
-- Cory Nelson http://www.int64.org

