[sqlalchemy] Re: python ORM

2006-12-19 Thread Ilias Lazaridis
Ο/Η Michael Bayer έγραψε: django was not available to the public until it was fully functional (youd go to the site and just get a coming soon-style splash page)..and even then it was already in production use in earlier forms. they knew that if you release something that wasnt polished and

[sqlalchemy] Re: python ORM

2006-12-19 Thread Michael Bayer
after that post, ill never again doubt your trollish reputation. --~--~-~--~~~---~--~~ 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

[sqlalchemy] Re: python ORM

2006-12-19 Thread Michael Bayer
closing off posting for this thread. --~--~-~--~~~---~--~~ 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 from this group, send email to

[sqlalchemy] Re: python ORM

2006-12-16 Thread Ilias Lazaridis
Ο/Η flyingfrog έγραψε: Ok, this is my first approach with python + ORM, and i must say i can't do what i want with it... Before that i used java Hibernate, think you should know about. Python fails in this discipline mainly due to: * the lack of collaboration between projects (mainly

[sqlalchemy] Re: python ORM

2006-12-16 Thread Ilias Lazaridis
Ο/Η metaperl έγραψε: TurboEntity was quite sweet. Supposedly a complete rewrite as a new product is on its way though. the first major problem of this rewrite: it happens 'silently' (non-public) . -- http://case.lazaridis.com/wiki/Persist

[sqlalchemy] Re: python ORM

2006-12-16 Thread Michael Bayer
django was not available to the public until it was fully functional (youd go to the site and just get a coming soon-style splash page)..and even then it was already in production use in earlier forms. they knew that if you release something that wasnt polished and would lead to user

[sqlalchemy] Re: python ORM

2006-12-16 Thread Alan Franzoni
SQLAlchemy lets you define separately DB code and python classes, but then you hve a real duplication. Duplication is bad, but you're never forced to duplicate anything.Pythonoffers all the tools you need to prevent duplication, and SA offers whatever you need to 'extract' metadata from

[sqlalchemy] Re: python ORM

2006-12-16 Thread Robin Munn
On 12/16/06, Michael Bayer [EMAIL PROTECTED] wrote: django was not available to the public until it was fully functional (youd go to the site and just get a coming soon-style splash page)..and even then it was already in production use in earlier forms. they knew that if you release

[sqlalchemy] Re: python ORM

2006-12-16 Thread Michael Bayer
yeah i know about the trollish reputation. the post that started this thread was more or less a troll as well IMHO but everyone seems to be responding to it anyway. but django's initial release strategy is on my mind regardless...i have something else im hopefully releasing soon but im

[sqlalchemy] Re: python ORM

2006-12-11 Thread [EMAIL PROTECTED]
hibernate didn't magically appear, it was refined with input from users over many years. if you want to help make sqlalchemy better for yours and other usage. its much better to give concrete examples, that can be used to improve it, then making grandiose negative statements. the idea behind sa's

[sqlalchemy] Re: python ORM

2006-12-11 Thread Kevin Dangoor
On 12/9/06, flyingfrog [EMAIL PROTECTED] wrote: SQLAlchemy lets you define separately DB code and python classes, but then you hve a real duplication. And to use database functionalities you always need to access session objects or connections, making sql-like queries. And i don't want that.

[sqlalchemy] Re: python ORM

2006-12-11 Thread Kevin Dangoor
On 12/11/06, Michael Bayer [EMAIL PROTECTED] wrote: Hibernate is pretty SQL oriented as well, and as I use it every day for my job I can say it has little to nothing over SA...harder to configure, more complex and less consistent behavior with regards to relationships, poorer database support

[sqlalchemy] Re: python ORM

2006-12-11 Thread David Shoemaker
Or get a day job at a company that uses nothing but sqlalchemy, like mine :). Python coder resumes always accepted, especially from Mike. -shoe On 12/11/06, Kevin Dangoor [EMAIL PROTECTED] wrote: On 12/11/06, Michael Bayer [EMAIL PROTECTED] wrote: Hibernate is pretty SQL oriented as well,