Gaetan de Menten pisze: > The bug you are having has nothing to do with Elixir or SA... As a > starter, > for i in (0, friends_count - 1): > should probably be: > for i in range(0, friends_count): > > But honestly, you shouldn't even use eval in this case. > The for construct is ok. The problem is possibly because of relation in the or_() parameters. Explanation is in my previous post.
Greetings, Karol Tomala --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
