Y
Hacker News
new
|
ask
|
show
|
jobs
by
pgt
1357 days ago
Decomposing the result set is much simpler if the caller composed the query. Harder if you have to parse SQL to know what to expect back.
1 comments
icedchai
1357 days ago
It depends. I've written a few half baked object mappers and never needed to parse SQL, since I've always used metadata from the result set (column names, data types, etc.)
link