On Jan 16, 8:46 pm, "Jonathan Ellis" <[EMAIL PROTECTED]> wrote:
Hmm, probably the engine doesn't know about SS's SessionContext.

Try

t = sqlsoup.objectstore.current.create_transaction()
convert()
t.commit()

If you do this you can also add flushes during convert to force things
to be in the right order, if necessary.

Sure enough, I did also have to add the flushes to enforce insertion
order.  Thanks for the tip.. sqlsoup is great for this kind of thing.


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