The SQLiteErrorLog implementation is not expected to be used in shared log
scenarios, where multiple applications may share a single back-end
database on a single machine or across a network of machines (SqlErrorLog
is more appropriate for such cases). Consequently the isolation and
filtering per application should be removed.
For background, see also:
- http://www.sqlite.org/whentouse.html
- http://www.sqlite.org/lockingv3.html
Original issue reported on code.google.com by azizatif on 12 Oct 2007 at 4:56
Original issue reported on code.google.com by
azizatif
on 12 Oct 2007 at 4:56