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 (like forget about quoting and
> stuff), its "create schema" support sucks, no reflection, only one
> "eager loading" relation at a time, no union-based polymorphic loading,
> self-referential relationships are barely supported, and of course its
> very hard to integrate plain SQL/result set logic with it since its
> only an ORM.  the only compelling features it has over SA are "extra
> lazy loading" and a second-level cache, which while ive used neither,
> could be implemented for SA someday.

Sounds like you should port SA to Java so you can use it in your day job :)

Kevin

--~--~---------~--~----~------------~-------~--~----~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to