goBazinga / 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 8 years ago

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

GoogleCodeExporter commented 8 years ago
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/127
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is 
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of 
any further development.

Original comment by azizatif on 25 Aug 2015 at 8:18