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
supports_fetch_first_n_rows_and_offset?
oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb
Lines 313 to 320 in bb97edc
supports_fetch_first_n_rows_and_offset? should consider use_old_oracle_visitor and database_version
use_old_oracle_visitor
database_version
It always returns false
Rails version: 7.1.4
Oracle enhanced adapter version: master branch
Ruby version: ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux]
Oracle Database version: Oracle Database 23ai Free Release 23.0.0.0.0 - Develop, Learn, and Run for Free
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
oracle-enhanced/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb
Lines 313 to 320 in bb97edc
Expected behavior
supports_fetch_first_n_rows_and_offset?
should consideruse_old_oracle_visitor
anddatabase_version
Actual behavior
It always returns false
System configuration
Rails version: 7.1.4
Oracle enhanced adapter version: master branch
Ruby version: ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux]
Oracle Database version: Oracle Database 23ai Free Release 23.0.0.0.0 - Develop, Learn, and Run for Free
The text was updated successfully, but these errors were encountered: