Hi,
I've installed the postgres module and tried out the transaction functionality. This seems to work good. But when I try to save object A while a transaction on object A is running, silverstripe does not recognize that issue and reports "Saved", instead of "Error" in the ModelAdmin. Anyone knows how to check if a write was successfull and change the message?
Cheers