feliperochadev / elmah

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

Use auto-increment numeric identity for errors in Access & VistaDB logs #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For sake of consistency across similarly-natured (single file) log 
implementations, VistaDBErrorLog and AccessErrorLog should be aligned with 
SQLiteErrorLog to use an auto-increment numeric identity for ErrorId 
rather than a GUID.

Original issue reported on code.google.com by azizatif on 29 Oct 2008 at 10:51

GoogleCodeExporter commented 9 years ago

Original comment by azizatif on 29 Oct 2008 at 10:52

GoogleCodeExporter commented 9 years ago
AccessErrorLog fixed in r416
VistaDBErrorLog fixed in r417

Any existing Elmah.mdb and Elmah.vbd3 instances will need deleting before using 
with 
the revised code.

Original comment by jamesdriscoll71 on 30 Oct 2008 at 11:18