We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Andrew, When i tried to use Oracle enhanced adapter, it throws the error
"Oracle 11g LIMIT 10000 OFFSET 0 (ActiveRecord::StatementInvalid)"
The select statement having the syntax "LIMIT 10000 OFFSET 0" is not supported by oracle. I guess the same issue is reported in issue#150.
Is there a workaround or fork available for this issue?
Thanks, Swami
The text was updated successfully, but these errors were encountered:
Sorry, but that's outside of my testing abilities. :( I have not heard of any workaround either.
Sorry, something went wrong.
No branches or pull requests
Hi Andrew,
When i tried to use Oracle enhanced adapter, it throws the error
"Oracle 11g LIMIT 10000 OFFSET 0 (ActiveRecord::StatementInvalid)"
The select statement having the syntax "LIMIT 10000 OFFSET 0" is not supported by oracle. I guess the same issue is reported in issue#150.
Is there a workaround or fork available for this issue?
Thanks,
Swami
The text was updated successfully, but these errors were encountered: