Changes for version 0.16
- Reworked memory management 1.) DBIx::Recordset will be correctly destroyed and the statement handles released, if the object goes out of scope. (You don't need DBIx::Recordset::Undef anymore to destroy an object) 2.) Worked around a problem that perl will reference an object when a reference to it is return from the each operator. This causes reference count of the object not going to zero and therfore the object was not destroyed when it goes out of scope.
- Ignore DBD::File for tests because it's just a base class
- Added support for drivers which does not have field types ($sth -> {TYPE})
- Fixed return values from Select/Update/Insert/Search/Execute so they return undef on error. Spotted by Gary Ashton-Jones.
- Documentation update
Modules
Perl extension for Compatibility Infos about DBD Drivers
Perl extension for DBI recordsets
Provides
in Recordset.pm
in Recordset.pm
in Recordset.pm