Hmmm, the test I added doesn't use limit or offset... It's just an INNER JOIN to test that SELECT * becomes SELECT table_name.*
On 7/6/07, Michael A. Schoen <[EMAIL PROTECTED]> wrote: > > Gabe da Silveira wrote: > > Ugg, this is from my patch. I know nothing about Oracle. Can someone > > explain what the error means and why the query is in a subselect? > > Haven't had a chance to look at yet, but for pagination (ie., limit or > offset) you need to use a subquery for Oracle. > > > > > -- Gabe da Silveira http://darwinweb.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
