-
As reported in https://github.com/perl5-dbi/DBD-Oracle/issues/42
There are types that are different in IC 11 vs 12 that cause warnings. These should be handled in an elegant way (TBD)
-
Hello @bpom and @yahonda,
we're in the process of upgrading our Oracle database from 12.2 to 19c. We've got a suite of ~7.000 Ruby tests that run fine against 12. Some fail against 19c.
I've tra…
-
Ive failling trying all ojdbc Oracle drivers to connect Anonimatron to an Oracle Database. The error message always reports about missing a driver.
...
no ocijdbc21 in java.library.path:
no ocijdbc…
-
Hi,
reposting reported not solved bug https://rt.cpan.org/Public/Bug/Display.html?id=94232
-
### Feature Request
| Q | A
|------------ | ------
| New Feature | yes
| RFC | no
#### Summary
Easy things to implement:
- `Result::getColumnCount(): int`
- `Result…
stof updated
5 months ago
-
The script installed with no errors or warnings (I chose option '0' install)
After install when I connected to port 80 I get error 500
NGinx error output ->
[error] 663#663: *3 FastCGI sent in…
-
I receive this error when attempting db:drop. I'm assuming the db connection information isn't being fetched completely. db:migrate work fine, however.
```
$ bundle exec rake db:drop --trace
[DEPRECA…
-
I use rodauth-rails (1.15.0) with sequel-activerecord_connection (1.4.1) and sequel (5.84.0).
When trying to login I get the following error message:
"undefined method `raw_oci_connection' for an …
-
Hi,
With a fresh install of Owncloud I do have an issue with I believe OAuth2.
This always is the same user (mac user) that do provoque the following error:
```
{“reqId”:“ffa48ab4-7eb0-419c-…
-
Trying to connect to Oracle 11g database using following Gemfile:
````ruby
source 'https://rubygems.org'
gem 'mongify', '~> 1.3.1'
gem 'ruby-oci8'
gem 'activerecord-oracle_enhanced-adapter'
…