Hello there :)
I am currently working on migrate from DM 0.9.x to 0.10.1
and now i have problem... I'll be grateful for the help

http://gist.github.com/246333

Problem that DM generate next SQL:
SELECT "users"."id", "users"."name" FROM "users" INNER JOIN
"friendships" ON "users"."id" = "friendships"."friend_id" INNER JOIN
"users" ON "friendships"."user_id" = "users"."id" WHERE
"friendships"."user_id" = 1 AND "friendships"."accepted" = 't' GROUP
BY "users"."id", "users"."name" ORDER BY "users"."id"

Is there any way to join 'users' table with alias, like:
 INNER JOIN "users" AS "users2"

Or may be other way to solve this problem.

--

You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to datamap...@googlegroups.com.
To unsubscribe from this group, send email to 
datamapper+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en.


Reply via email to