On Wed, Apr 30, 2008 at 9:02 PM, Michael Bayer <[EMAIL PROTECTED]> wrote:
>
>
>  On Apr 30, 2008, at 12:56 PM, Eric Lemoine wrote:
>
>  >
>  > thread 1                                                     thread 2
>  > execute(seq) -> nextid = n
>  >
>  > execute(seq) -> nextid = n
>  > model.Session.save(campfacility)
>  >
>  > model.Session.save(campfacility) -> BUG, nextid isn't correct

Just realized that my schema with the two threads didn't come up as
expected, which problably didn't help understand my issue.

--
Eric

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to