DBIx-Tree
view release on metacpan or search on metacpan
Changelog.ini view on Meta::CPAN
- Used ini.report.pl (from Module::Metadata::Changes) to generate
machine-readable Changelog.ini.
- Patched as per RT#32461 (kindly reported (in 2008) by
huhlig [...] clickconsulting.com).
- Eliminate usage of file ./PWD.
- Fix t/*.t and examples/*.pl to use DBI_DSN, DBI_USER and DBI_PASS
from the environment, if defined, or to default to SQLite.
MySQL is no longer hard-coded anywhere.
- Fix bug where when the constructor call includes both match_data and
start_id, and the id of the match_data is not start_id, then the _do_query()
method would fail to find a record, which meant both the callbacks passed in
to the constructor (method and post_method), if defined, would be called with
an undefined value for $param{item}. This meant the callbacks would be called
one more time that they should have been. This faulty call took place before
any valid call took place.
EOT
[V 1.9]
Date=2003-02-14T12:00:00
[V 0.91]
Date=2000-08-24T20:36:00
Comments= <<EOT
- Used ini.report.pl (from Module::Metadata::Changes) to generate
machine-readable Changelog.ini.
- Patched as per RT#32461 (kindly reported (in 2008) by
huhlig [...] clickconsulting.com).
- Eliminate usage of file ./PWD.
- Fix t/*.t and examples/*.pl to use DBI_DSN, DBI_USER and DBI_PASS
from the environment, if defined, or to default to SQLite.
MySQL is no longer hard-coded anywhere.
- Fix bug where when the constructor call includes both match_data and
start_id, and the id of the match_data is not start_id, then the _do_query()
method would fail to find a record, which meant both the callbacks passed in
to the constructor (method and post_method), if defined, would be called with
an undefined value for $param{item}. This meant the callbacks would be called
one more time that they should have been. This faulty call took place before
any valid call took place.
1.9 Sun Feb 14 12:00:00 2003
0.91 2000-08-24T20:36:00
- added performance improvements, sorting, and bug fixes from
Jan Mach <machj@ders.cz>
- added limit and matching support from Ilia Lobsanov <ilia@lobsanov.com>
( run in 3.085 seconds using v1.01-cache-2.11-cpan-9b1e4054eb1 )