oracle-enhanced: Missing IN or OUT parameter in 5.2.0.rc1
Sorry to bother you once more, but after updating to 5.2.0.rc1, we’re experiencing the issue as described in #1070 again. The setting use_old_oracle_visitor is still set to true. Thanks a lot for having a look at this 👍
ActiveRecord::StatementInvalid (Java::JavaSql::SQLException: Missing IN or OUT parameter at index:: 1: select us.sequence_name from all_sequences us where us.sequence_owner = :owner and us.sequence_name = :sequence_name)
System configuration
Rails version: 5.2.0.rc2
Oracle enhanced adapter version: 5.2.0.rc1
Oracle JDBC driver version: 12.1.0.2 (com.oracle.jdbc / ojdbc7)
Ruby version: jruby 9.1.14.0 (2.3.3)
Oracle Database version: 12.1.0.2.0
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15
Commits related to this issue
- DIAG - Use sql literal for `pk_and_sequence_for` method to address these errors when `to_sql` method called * `OCIError: ORA-01008: not all variables bound:` for CRuby * `Java::JavaSql::SQLException:... — committed to yahonda/oracle-enhanced by yahonda 6 years ago
- DIAG - Use sql literal for `pk_and_sequence_for` method to address these errors when `to_sql` method called * `OCIError: ORA-01008: not all variables bound:` for CRuby * `Java::JavaSql::SQLException:... — committed to yahonda/oracle-enhanced by yahonda 6 years ago
- DIAG - Use sql literal for `pk_and_sequence_for` method to address these errors when `to_sql` method called * `OCIError: ORA-01008: not all variables bound:` for CRuby * `Java::JavaSql::SQLException:... — committed to yahonda/oracle-enhanced by yahonda 6 years ago
- Use SQL literals for `column_definitions` and `pk_and_sequence_for` since these methods called via `to_sql` method under `unprepared_statement` Fix #1678 Starting from Oracle enhanced adapter 5.2.0.... — committed to yahonda/oracle-enhanced by yahonda 6 years ago
- Use SQL literals for `column_definitions` and `pk_and_sequence_for` since these methods called via `to_sql` method under `unprepared_statement` Fix #1678 Backports #1713 to release52 branch Starting... — committed to yahonda/oracle-enhanced by yahonda 6 years ago
Oracle enhanced adapter 5.2.2 has been released including #1714. Thanks for providing the useful test case.