ruby-plsql
ruby-plsql copied to clipboard
ruby-plsql gem provides simple Ruby API for calling Oracle PL/SQL procedures. It could be used both for accessing Oracle PL/SQL API procedures in legacy applications as well as it could be used to cre...
Close issue #229
Looking at the activities, the project looks abandoned. No pull requests are accepted. Is there a reliable fork of this project?
This pull request uses the `gvenzl/oracle-free:latest` docker image for CI.
If the database is a pluggable database (PDB so Multi-Tenant functionality) the client connection fails with ORA-12505. Error: java.sql.SQLException: Listener refused the connection with the following error: ORA-12505, TNS:listener does...
This pull request excludes CI against Rails main branch for all ruby versions Since Active Record Oracle enhanced adapter has not supported Rails main branch yet.
This fixes #204, #207 and probably #200. - Resolve type synonyms - Support cross-schema type references - Added support for package types declared as %ROWTYPE - Added support for %ROWTYPE...
Tested in version 0.7.1 If a session variable uses a subtype, querying its value or trying to set its value crashes. To reproduce, create the following package in a schema:...
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....
When we try to access the constant `version` in package `sys.dbms_db_version`, ruby-plsql bails out with ``` No PL/SQL procedure or variable 'VERSION' found package.rb:83:in `method_missing' ```` The cause seems to...
After upgrading to 0.8.0 we're seeing an error when calling one of our Oracle functions. The function has the signature: ``` FUNCTION get_customers (customer_id IN NUMBER, user_id IN NUMBER, p_customers_tab...