Hi,
We have some database tables that we can't add version columns to so I
would like to instead create a version number by using checksums on
the rows.
I'm thinking specifically of Oracle here but I assume other platforms
may have equivalent features; the sort of query I am looking at using
is..
Look at optimistic-lock in the docs.
/max
> Hi,
>
> We have some database tables that we can't add version columns to so I
> would like to instead create a version number by using checksums on
> the rows.
>
> I'm thinking specifically of Oracle here but I assume other platforms
> may have equival