Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

PostgreSQL and Transaction


Go to End


821 Views

Avatar
dompie

Community Member, 88 Posts

14 January 2011 at 2:19am

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