Hi, Whenever a sqlalchemy commit fails, the transaction will be automatically rolled back. When this does happen the pyramid_tm which commits the transaction should print the message with the reason for rollback.
We get one simple message from sqlalchemy. Most of the times we need to guess the reason for the rollback. 2017-10-05 23:56:29,072 INFO [sqlalchemy.engine.base.Engine:699][b'uWSGIWorker1Core0'] ROLLBACK Is there way I can see the error , with the reason for roll back ? Srikanth B. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/2fc1209f-f677-4fbe-a572-05517c9e5462%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
