Hi, > I am going to figure out which parts of the source code is about > the trasaction in order to move on the study on the concurrency control > about the h2database. > Is it the H2.engine.session.java?Or maybe there are something else.
You probably mean org.h2.engine.Session.java. Yes, this is a good place to start. Regards, Thomas -- 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.
