eric-

thanks. I'll post a followup on the pylons list.

i've already got a call to session.flush()

the problem is that i need the transaction itself committed in this
block.   i have a series of "database transactions" that happen within
the request.  the first "database transaction" should error out on a
fail and it's very important to save that information for perpetuity.
subsequent "database transactions" could fail , and are just hidden.

it sounds like the design of pyramid_tm is one transaction per
request, which is really weird.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to