"Randall" <[EMAIL PROTECTED]> writes: > The session mentioned here is an sqlalchemy session. I usually import > it like this: > > from turbogears.database import session as tg_session > > The main thing is that SA support takes a SA SelectResults instance > just like SO support takes a SO SelectResults instance. > > There is no use of cherrypy sessions. Everything is passed thru the > URI.
Cool! I vote for this being included on TG, then. ;-) I'll read the code better on your bug and see if I commit it if no one has any objection to it. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

