Changes for version 0.0133 - 2015-01-16
- BUG in Catmandu::Store::DBI::Bag: a reference to the database handle is stored in a variable outside the callback in function _build_create_*, and then used inside the callback. This only works as long as the database handle is active. When working with web applications, where these stores are kept in memory, and not used for a long time, this can lead to inactive database handles. Fix: direct reference from the callback to the function "dbh" of the Catmandu::Store::DBI, that automatically reconnects if necessary.
Modules
Catmandu tools to communicate with DBI based interfaces
Catmandu module to import data from any DBI source
A Catmandu::Store plugin for DBI based interfaces
Provides
in lib/Catmandu/Store/DBI.pm