Y
Hacker News
new
|
ask
|
show
|
jobs
by
jprosevear
514 days ago
And ultimately every ORM allows raw SQL if you need to fallback
1 comments
liontwist
513 days ago
You need a fallback for anything involving joins or column renaming.
SQL queries do not return graphs of objects, they return arrays of rows.
link
SQL queries do not return graphs of objects, they return arrays of rows.