>> It's clear that the tg team can not make the transition from sqlobject >> to sqlalchemy any easier, so I'm definitely not arguing for that. What >> I'm saying is that if many users are in the same boat (transition to >> 2.x from 1.x would be easy from a framework point of view, but hard >> from an ORM point of view because of the sqlobject - sqlalchemy >> transition) then perhaps not so much emphasis needs to go into >> creating stepping stones such as 1.1 and 1.5. But maybe many other >> users are not ORM limited, they perhaps really need stepping stones >> for the framework itself. > > One thing which I have been relying on a motivated user to do is to > provide an SQLObject based TG2 example. I mean there's no reason at > all why we can't support SQLObject in tg2, all that would be needed on > the framework side is to provide a transaction interface for SO for > repoze.tm, and that's not rocket science. > > Heck, it may even be done: > > http://codespeak.net/z3/sqlos/ > > We might also want to provide a sample template for an SQLObject > project, and possibly an AppConfig subclass, but I don't think any of > those things are that difficult, it's just that I switched all my > projects over to SA a long time ago.
Well, this completely changes my point of view. I was assuming that the dev team sees no chance for supporting sqlobject in tg2 and that is why I didn't even raise this issue and that is why I was assuming sqlobject will only live with tg1. But if building sqlobject support into tg2 is not a big deal, then I foresee a different path for myself: instead of using 1.1, 1.5 and a possibly forked future project based on tg1, I'd switch to tg2 as soon as sqlobject support is there. I assume this would be true to any tg1 user who is locked into sqlobject but is not locked into tg1 itself like cherrypy and such. Templating is not a concern for me, I've been using kid but I guess even though tg2 doesn't have kid as the default, it will continue to support it. Hey, I'll keep an eye much more on tg2 now that the possibility of an sqlobject-tg2 combo has been raised :) Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

