I'm noticing that a lot of my DataMapper API calls result in this
scenario:
SELECT `id` FROM `authors` WHERE `first_name` = 'Peter'
SELECT COUNT(*) FROM `books` WHERE (`type` IN ('Novel') AND
`author_id` IN ( [one freaking long list of ids] )
when it seems like it ought to be doing a join. Is this by design?
--
You received this message because you are subscribed to the Google Groups
"DataMapper" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/datamapper?hl=en.