Download List

專案描述

DBIx::Wrapper is a Perl module that serves as a
wrapper around DBI, providing additional
functionality and convenience methods.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-27 02:17
0.24

This release adds convenience methods for generating CSV, XML, and bencoded strings from query results. The connect_from_config() method was added in version 0.23, allowing database connection parameters to be specified in a file rather than in your code.
標籤: Minor feature enhancements

2006-02-20 08:26
0.22

A couple more methods were added. Undef is no
longer converted to '' when inserting or updating.
More method aliases were added and documented.
標籤: Minor feature enhancements

2005-12-08 20:30
0.21

Minor bugfixes. A new exists() method has been added. Documentation updates. Table and field names are now quoted when calling methods that generate SQL automatically.
標籤: Minor feature enhancements

2005-10-26 08:53
0.20

Support for named placeholders was added.
標籤: Minor feature enhancements

2005-10-19 18:22
0.19

Attributes can now be set by setting them in the
DBIx::Wrapper object the same way you would a DBI
object. For example, $dbi->{RaiseError} = 1.
Reading attributes works the same way. Three new
methods were added in this release:
nativeSelectValuesArray(), selectValueFromHash(),
and selectValueFromHashMulti().
標籤: Minor feature enhancements

Project Resources