Yasuo Honda
Yasuo Honda
Please rebase from the master branch to address RSpec failures.
Thanks for the report. Would you consider opening a pull request?
Sure. Although I have not checked this pull request in detail yet, In general, I prefer not to change method signature/arity for this requirement. Because the Oracle database version never...
As of right now, Oracle enhanced adapter does not support identity data type then it should not work. There was a plan to support it but did not have enough...
Thanks for the report. I have attempted to reproduce it but it looks like I'm getting `OCIError: ORA-01843: not a valid month` not `Time is offset by 1 hour.`. ```ruby...
Reproduced locally. ```ruby $ ruby rep2148.rb Fetching gem metadata from https://rubygems.org/......... Resolving dependencies... Using concurrent-ruby 1.1.8 Using minitest 5.14.3 Using zeitwerk 2.4.2 Using ruby-plsql 0.7.1 Using bundler 2.2.5 Using ruby-oci8...
It looks like this line does not return anything in this case. https://github.com/rails/rails/blob/130c128eae233bf71231c73b9c3c3b3f3ede918b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb#L1405 ``` matching_indexes = indexes(table_name).select { |i| checks.all? { |check| check[i] } } ``` @rammpeter Would you consider...
Thanks for opening an issue. I understand dropping database link support causes unexpected issues in your environment. It would be appreciated to implement workarounds to create views on synonyms pointing...
Thanks for opening an issue. I understand that changes made at #1717 conflict with your environment. I still prefer not to change NLS_DATE_FORMAT at Oracle enhanced adapter. What I can...
Thank you for opening a pull request. > does oracle enhanced support array columns? As far as I know, PL/SQL has some collection data types https://docs.oracle.com/cd/B28359_01/appdev.111/b28371/adobjcol.htm#ADOBJ00210 but I do not...