Skip to content

ruby-plsql 0.5.1

Compare
Choose a tag to compare
@javornikolov javornikolov released this 12 Oct 18:17
· 279 commits to master since this release
  • Improvements
    • Support for Oracle Ehnanced Adapter 1.5 and ActiveRecord 4.1, 4.2
    • Oracle 12c support
    • Better diagnostics output when ruby-oci8 initialization fails
  • Bug fixes
    • Support for ruby-oci8 2.1.2+ preventing segfaults
    • Multi-thread support (applies to oci8 connections)
  • Internal (development) improvements
    • Tests database connection enhancements (eazy connect syntax, allow service name != db name)
    • Tests migrated to rspec 3
    • Tests coverage migrated from rcov to simplecov
    • README update with how to run tests