Brandon Craig Rhodes <[EMAIL PROTECTED]> writes:

> I complained recently about problems with things disappearing from an
> in-memory sqlite database.  It appears that my problems were actually
> symptoms of something else: that, so far as I can see, doing a
>
>    transaction.commit()
>
> when SQLAlchemy is active does *not* first do a session().commit()!

Drat.  I meant, as I hope the code examples that followed made clear,
that doing a "transaction.commit()" does not do a session().flush().

-- 
Brandon Craig Rhodes   [EMAIL PROTECTED]   http://rhodesmill.org/brandon

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to