// This is WRONG! The whole transaction should commit or rollback as a whole (i.e ATOMIC).
// What this will do is commit the [main record], but if we have any error
// inserting the data in [additional records] below that data will not be committed.
// There is too much risk of breaking something related at the moment, but this should
// be fixed or it will come back and bite you.
Absolutely! So it looks like it has fallen on me to sort this out... nice :)

No comments:
Post a Comment