Changes for version 0.10 - 2003-01-09
- Documentation rewrite!
- New: $db->error(). In an upcoming release, $db->{reason} will be removed.
- New: $db->func().
- Removed some unused variables.
- prepare() and execute() are now wrapped in eval { } to rewrite filename and line number if you use RaiseError
- $result->map_hashes(), $result->map_arrays() and $result->map() now return a list in list context. In scalar context, they still return a hash reference
- Dummy objects in boolean context now evaluate to false, so you can write "$db->query(...) or die $db->error;" but still be able to write "$db->query(...)->something()".
- Dummy object's methods now return an empty list in list context instead of undef.
- PrintError now defaults to 0
Modules
Easy-to-use OO interface to DBI, capable of emulating subqueries
Provides
in Simple.pm
in Simple.pm
in Simple.pm