jeudi 5 mai 2016

When using SQLite under what conditions is it advised to use a deferred transaction?

It seems like a deferred transaction would be potentially dangerous if you have more than one database connection that may also try to obtain a lock for a transaction. Is there other steps you should take when using a deferred transaction, like ensuring all transactions are deferred on the database?

Aucun commentaire:

Enregistrer un commentaire