Why not to use built-in features of RDBMs for OCC?
This thread was imported from our support forum. The original discussion may contain more detailed answer. |
Built-in version columns appeared many years ago to simplify automatic version change in manually written SQL, but now we have a bit different case. Imagine:
So for me this is nearly the same case as stored procedures or triggers: they appeared to solve the problem, that doesn't exist, if there is an ORM + solid BLL framework. Or, more precisely, exists, but it's much easier and convenient to solve it @ higher level now. Although we must anyway think about supporting such versions in Legacy mode. |