Peter Ramm
Peter Ramm
### Steps to reproduce This example ends in error like migrations do during rollback of add_index if a index name ist given ``` require 'bundler/inline' gemfile(true) do gem 'activerecord', '6.1.2.1'...
After building the docker image for 19.3.0-ee it is not possible to install database instance by "docker run" because: - Script $ORACLE_HOME/dbca uses a fixed ORACLE_HOME "/u01/app/oracle/product/19.0.0/dbhome_1" - the real...
Starting with 2023 jar files created with warbler run into " is not yet checked out. Run `bundle install` first." if they contain references to Gems at Github in Gemfile....
Add graphic view for relational integrity and dependencies PlantUML, GraphViz etc.
If calling JRuby with a value in system property "jruby.gem.home", then this works as expected and updates the GEM_HOME environment setting. Nevertheless, a warning "jruby: warning: unknown property jruby.gem.home" is...
Using the IDE debugger in RubyMine fails always to start the debugger instance. This happened with JRuby 10.0.1.0 as well as with JRuby 10.0.2.0. The RubyMine release is 2025.2 There...
Problems arise using JDBC connection with branch 'release80' OracleEnhancedAdapter.reconnect uses `_connection.reset` in line 448 but this method is not declared for JDBCConnection. A monkey patch workaround works if mapping JDBCConnection.reset...
e.g. nls_numeric_characters; ".," to make test working also with DB container in local settings
This method was missed for the JDBC implementation of class Cursor Fixes issue #2470
In class OracleEnhanced::DatabaseStatements line 57 a method ` if cursor.select_statement?` is called. This method `select_statement?`exists for OracleEnhanced::OCIConnection::Cursor but is missed for OracleEnhanced::JDBCConnection::Cursor. Thus using ActiveRecord with JRuby 10.0.0.1 fails with...