Home
News
Forums
Wiki
Examples ...
About ...
Schema
Mappings
Initialize
Retrieve
Persist
Relations
Contact
Login
WilsonORMapper
>
Forums
Search
Demo Version
Download
and try for yourself a fully working demo version, including sample apps and documentation. The only limitation is that the demo version only works inside the debugger.
Subscribe
Get It All for $50 USD
:
WebPortal, ORMapper,
Source Code, All Updates
User Login
Log In
User Name:
Password:
Remember me next time.
Reset Password
Wilson ORMapper Forums : Feature Requests : ConcurrencyException Feature Request
Reply To Thread
Date
Post
3/31/2004 11:41:52 AM
Would it be possible for you to add a more granular exception when concurrency is violated? Similiar to how the DataAdapter throws a ConcurrencyException exception type?
3/31/2004 6:49:32 PM
I've added a PersistenceException, as well as a MappingException, that inherits my base ORMapperException class in Version 2.0 (released today). I'm not wrapping native sql exceptions, but updates that fail due to things like concurrency should be thrown as a PersistenceException.
Thanks, Paul Wilson