"nzkoz" has kicked AR/Oracle while it was down...
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?
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.
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.*