W liście Bryan z dnia wtorek, 17 lutego 2009:
> 1. Client calls login(), a new row is inserted in the token table.
> 2. Client calls anotherFunction and the new row is not visible inside
> that function
> 3. If I place a Session.commit() in anotherFunction, then I can see
> the row

Is anotherFunction called in another session, which has started its own 
transaction earlier with SERIALIZABLE isolation? If so, then the row might 
not be visible as it would be a phantom.


-- 
Paweł Stradomski

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to