albertocolom / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Remove application isolation from SQLiteErrorLog #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by simone.b...@gmail.com on 12 Oct 2007 at 11:51

GoogleCodeExporter commented 8 years ago
Fixed in revision #187. Needs to be merged into the trunk.

Original comment by simone.b...@gmail.com on 13 Oct 2007 at 12:38