On 6/8/06, Jorge Vargas <[EMAIL PROTECTED]> wrote:
> why don't you coordinate with Arnar he just posted a similar patch today
> here on the mailing list.
The patch is also in ticket #922 in Trac. Please try it out if you
can, I'd appreciate any suggestions or improvements.
The main difference to your approach is that it uses the threadlocal
mod instead of establishing a session.
now the question is which is better?
> > The big issue, at least for a quickstart project, is that definitions
> > for User, Group, Permission are mirrored in the model.py and
> > saprovider.py. I assume this is so that catwalk can find them. I'm not
> > sure how to resolve that.
>
> again you'll have to edit catwalk, about the tables Arnar says his patch
> will let make component still work, like identity, if we could do this
> migration and keep all the tools it will be great
The reason for the mirroring in saprovider and model.py is that if
user just wants to use the default TG provided model he can point to
it in app.cfg and get rid of it from his model.
quickstart no identity and then turn it off.
However, most users want to customize/add fields to those classes so they are provided in
the model template for quickstarted projects and the default is to use
that one. This mirroring has nothing to do with Catwalk.
i never refer to this, not sure if it was with me
Its my understanding that Catwalk is heavily based on SQLObject - but
I haven't looked for myself. I might take a look at it sometime - but
I'm getting married in two weeks so there's not much time to spare for
me :o)
yes it uses Column objects, and the "search" is 100% sqlmeta syntax.
congrats on the marriage, if your not being force hehehe
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
- [TurboGears] Re: Is sqlalchemy support ready to use? Arnar Birgisson
- [TurboGears] Re: Is sqlalchemy support ready to use... Jorge Vargas
- [TurboGears] Re: Is sqlalchemy support ready to... Arnar Birgisson
- [TurboGears] Re: Is sqlalchemy support read... [EMAIL PROTECTED]
- [TurboGears] Re: Is sqlalchemy support ... Arnar Birgisson
- [TurboGears] Re: Is sqlalchemy support ... Arnar Birgisson

