SQLite.MultiUser in new API

I am converting a webapp to the new API. I always set db.MultiUser=True in the old version, but noticed that it has been deprecated in API 2. I assume that if I use the new method (SQLExecute instead of ExecuteSQL), I do not need to use MultiUser. Should I continue to use it if I have a mix of the old and new methods in my code?

db.WriteAheadLogging =True

1 Like

SQLExecute is deprecated since 2019r2, ExecuteSQL is the new statement.

Thanks Antonio. The LR does not include WriteAheadLogging unless you search for the term, then it is there.

See: