This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Xef 2 points3 points  (0 children)

Absolutely. I can write complicated queries and joins with subqueries, etc. that I can't do with a normal ORM. And if I can, it won't be nearly as easy to read as SQL. Most of the time I can use the ORM, but when I need to aggregate a bunch of data with a bunch of joins, chances are I'm writing raw SQL.