Skip to content

ruby-plsql 0.5.3

Compare
Choose a tag to compare
@javornikolov javornikolov released this 07 May 06:04
· 240 commits to master since this release
  • Improvements
    • Support for ActiveRecord 4.2
  • Docs
    • README formatting fixed (Usage with Rails section)
  • Bug fixes
    • Force to convert String type value as real string to avoid error when used JRuby and for VARCHAR2 parameter is assigned non String value
    • Fix dbms_output functionality in case when database exception is raised
  • Internal (development) improvements
    • Vagrant box provisioning added