babgvant / elmah

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

Add a timestamp column to the database schema #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?

Add a timestamp column to the database schema.

What goal would this enhancement help you achieve?

It would support Linq-To-Sql better, by allowing it to intrinsically 
resolve optimistic concurrency when using a disconnected Linq-To-Sql model.

Furthermore, this would provide custom replication support, concurrency 
support, etc.

The downside is that "timestamp" may not exist in some DBs. Ug.

Well, we should try anyway, IMHO, if it is possible.

For more details, see one of the many pieces of writing on the matter on 
the web, suchj as...

http://www.west-wind.com/WebLog/ShowPost.aspx?id=134095

http://www.west-wind.com/weblog/posts/135659.aspx

...etc.

Just an idea.

Thank you.

-- Mark Kamoski

Original issue reported on code.google.com by mkamo...@gmail.com on 14 Jul 2009 at 2:07