Re: OP:

Also note that datamapper is adding a join with the recruiters table,
which is completely irrelevant to the query.
DM 0.9.* generates the expected query.


Re: Clifford:

I've played some with postgres and find its pedantic adherence to
ancient SQL standards frustrating.  Secondarily, it seems most open-
source development for ORMs has been mysql-biased, so issues such as
ordering of nil values, precedence of LIMIT (e.g., select COUNT(*)
FROM things LIMIT 25), requiring all selected grouped terms appear in
GROUP BY or enclosed by an aggregator instead of trusting that the
user wants any term or implicitly constrains uniqueness..
Additionally the postgres console just feels cryptic compared to
mysql.  Maybe postgres just needs some love, but I'm not patient/free
enough to do it at this time.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to