[sqlalchemy] Re: Looking for feedback on encapsulating SA logic (newbie)

2007-10-30 Thread Lukasz Szybalski
Is this a turbogears app? or just your stand alone app? On 10/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I just started experimenting with .4 last night, and I'm really jazzed. The tutorials have been helpful, but I'm struggling to figure out how to bridge the gap between the

[sqlalchemy] Re: Looking for feedback on encapsulating SA logic (newbie)

2007-10-30 Thread Michael Bayer
On Oct 30, 2007, at 2:26 AM, Sanjay wrote: mapper(User, users_table) Is not using assign_mapper preferable? assign_mapper is an optional extension. its replaced in version 0.4 by the ScopedSession.mapper function, which is described in the docs. only use these extensions if you're

[sqlalchemy] Re: Looking for feedback on encapsulating SA logic (newbie)

2007-10-30 Thread [EMAIL PROTECTED]
Is this a turbogears app? or just your stand alone app? It's a standalone (and non-web) app. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to

[sqlalchemy] Re: Looking for feedback on encapsulating SA logic (newbie)

2007-10-29 Thread Sanjay
mapper(User, users_table) Is not using assign_mapper preferable? --~--~-~--~~~---~--~~ 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