On 1/17/07, Miki <[EMAIL PROTECTED]> wrote:

# Notice we didn't commit yet
This means that if someone is querying the table in the middle of the
transaction it'll get wrong results.
(I'm not a DB expert, this might be total nonsense)

no, it just means that queries run in the same uncommitted transaction
can see the uncommitted data.  this is the way transactions are
supposed to work; only connections _outside_ the transaction shouldn't
be able to see it.

--~--~---------~--~----~------------~-------~--~----~
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