Craig White wrote: [...] > 1: SELECT * FROM `debtortranstaxes` WHERE (taxauthid IN > '24','25','26','27') > > This just simply does not work. I think that even though I am not the > most knowledgeable Rails user, this suggests unacceptable state of > affairs for current Rails.
No, it suggests that you don't yet know enough about SQL syntax, or about what comes from SQL and what from Ruby. Instead of blaming Rails, go learn a little more about how ActiveRecord generates SQL (the rdoc is a good place to start), and read your DB server's documentation on SQL syntax. > > Craig > Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

