On 4/4/06, Arnar Birgisson <[EMAIL PROTECTED]> wrote: > 2006/4/3, Game_Ender <[EMAIL PROTECTED]>: >> >> > Don't I have to replace SqlObjectIdentity and > SqlObjectIdentityProvider as well? The name suggests that I do, but > maybe they are SQL-Object independent?
Yes, you will need to replace those. Jeff had plans for an SQLAlchemy provider, but I don't know if that exists in any form yet. > If I do have to replace them, is there a config-entry for it as well? identity.provider (just look at app.cfg in a quickstarted project and you'll see the various configuration options) > > > Here is blog entry about TurboGears and SQLAlchemy that you might not > > of seen: > > http://nerd.newburyportion.com/2006/02/turbogears-is-now-unstoppable , > > it should help with getting it to work with TurboGears. It is > > important to note that cool tools like Catwalk won't work with > > SQLAlchemy because they were designed around SQLObject. > > Yep, saw that one. Losing the "cool tools" isn't an issue for me - I > find SQL-Alchemy way cooler :o) And the loss of the cool tools is likely temporary. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

