Changes for version 0.739

  • Caching of db objects during mod_perl server start-up is now turned off by default, with new API to turn it back on and do the necessary pre-fork clean-up that this entails. This change solved a segmentation fault problem triggered in DBD::Informix when database handles created in the parent were not properly disconnected prior to the first fork of the apache process.

Documentation

Best practices for using Rose::DB

Modules

A DBI wrapper and abstraction layer.
A mod_perl-aware cache for Rose::DB objects.
A cache entry for use with Rose::DB::Cache objects.
Symbolic names for important Rose::DB constants.
Generic driver class for Rose::DB.
Informix driver class for Rose::DB.
MySQL driver class for Rose::DB.
Oracle driver class for Rose::DB.
PostgreSQL driver class for Rose::DB.
Data source registry.
Data source registry entry.
SQLite driver class for Rose::DB.

Provides