Hi, I want to port an aplication from PostgreSQL to H2. To prevent users to overwrite records I use system column xmin (it's transaction id) to find out if the record was updated since it was loaded.
How do I know in H2 if the record was updated by other users when I want to save my own version of that record? Thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
