On 1/15/16, Werner Kleiner <sqlitetester at gmail.com> wrote:
> Hello Richard,
> I am not a SQLITE expert.
> As I understand WAL it is especially made for transactions?
> But our application do not have transactions, just normal SQL queries like
> Select, Insert and Updates.

Every "normal SQL query" is a transaction unto itself, unless you take
explicit steps to group two or more such queries together into a
single transaction.

So, if you are using SQLite, then you are using transactions.
-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to