On Aug 12, 2009, at 12:23 AM, Lilian David wrote:
> Hi, > > The attached script doesn't persist a sqlsoup insert. > Would anyone happen to know what must be changed in the script to > allow the insert to be persisted ? from sqlalchemy.ext.sqlsoup import Session Session.commit() This was brought up before: http://markmail.org/message/uqpf43qvibxfmaza We should probably add a commit method and friends to sqlsoup like that post suggested. Care to log a ticket about this? -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
