Subject: | patch for better embedded objects support in DBD::Oracle |
There is patch for "extended" embedded objects support
this patch is for SVN version:
http://svn.perl.org/modules/dbd-oracle/trunk revision 12315
There is added "ora_objects" attribute.
without this attribute (default) are embeded objects fetched as array
(backward compatible)
with this attribute enabled:
- embedded objects are returned as DBD::Oracle::Object instances.
- each instance contains "type_name" with full oracle type.
- each instance contains attributes with their names (as array,hash)
- there is better object inheritance support (object type is resolved
for each instance - not only for column)
- added tests for old and new object interface (t/57objects.t)
- fixed bug with object types from another schema
I think, that this extended object interface may be useful for some users.
Subject: | dbd-oracle-ora_objects.diff.gz |
Message body not shown because it is not plain text.