[Bert Huijben] > Then there is a different problem that you found: We have triggers > that detect invalid database states when SVN_DEBUG is defined in > wc_db_wcroot.c. These are currently depend on parent nodes being > changed before their children, which is not guaranteed by the SQL > specification.
I assume from an outside view, all nodes are updated simultaneously - the "I" in ACID (transaction isolation). Thus it is only triggers that see any ordering at all. Right? (As for requiring >= 3.7.9, fine with me.) Peter