--
You received this message because you are subscribed to the Google Groups "Activate Persistence Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to activate-persist...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
but in order to do that, don't I have to add the version column to my tables? and doesn't rails have to write to it?
atomly
yes, unfortunately, both sides write... I could try the trigger-- I would then need to do this for every table, right?
the other problem, though, is that I'm seeing stale data-- if I turn on locking for reads and as the trigger, will this be alleviated?
atomly