Couple days ago I released ruby-plsql gem version 0.4.0 which supports
PL/SQL procedures with more complex Oracle data type parameters -
records, objects types, TABLE, VARRAY, BOOLEAN, cursors.
Here is my blog post about these new features:
http://blog.rayapps.com/2009/11/25/more-oracle-data-types-supported-by-ruby-plsql-gem/
Please try it out and I would like to hear if there are any issues
with PL/SQL procedure calls in your projects or if there are any still
unsupported parameter types that you need.
In this version I did quite big refactoring of ruby-plsql internals.
It has also quite big test suite but still it is possible that some
edge cases are not covered therefore hoping to get feedback from ruby-
plsql users :)
Raimonds