Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Apache-DBI | Distribution: openSUSE Tumbleweed |
Version: 1.12 | Vendor: openSUSE |
Release: 2.2 | Build date: Mon Mar 4 13:04:18 2024 |
Group: Development/Libraries/Perl | Build host: reproducible |
Size: 132658 | Source RPM: perl-Apache-DBI-1.12-2.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://search.cpan.org/dist/Apache-DBI/ | |
Summary: Initiate a persistent database connection |
This module initiates a persistent database connection. The database access uses Perl's DBI. For supported DBI drivers see: http://dbi.perl.org/ When loading the DBI module (do not confuse this with the Apache::DBI module) it checks if the environment variable 'MOD_PERL' has been set and if the module Apache::DBI has been loaded. In this case every connect request will be forwarded to the Apache::DBI module. This checks if a database handle from a previous connect request is already stored and if this handle is still valid using the ping method. If these two conditions are fulfilled it just returns the database handle. The parameters defining the connection have to be exactly the same, including the connect attributes! If there is no appropriate database handle or if the ping method fails, a new connection is established and the handle is stored for later re-use. There is no need to remove the disconnect statements from your code. They won't do anything because the Apache::DBI module overloads the disconnect method.
GPL-1.0+ or Artistic-1.0
* Mon Mar 04 2024 [email protected] - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN * Tue Apr 14 2015 [email protected] - updated to 1.12 see /usr/share/doc/packages/perl-Apache-DBI/Changes 1.12 June 12, 2013 - Fix detection of server startup in mod_perl 2, to avoid caching connections in the parent process. Perrin Harkins <[email protected]> * Thu Oct 20 2011 [email protected] - update to 1.11 * RT 69087, perl 5.14 'Using qw(...) as parentheses' fix * Mon Feb 07 2011 [email protected] - update to 1.10 - Add Apache2::RequestUtil for mp2 instances. * Wed Dec 01 2010 [email protected] - switch to perl_requires macro * Mon Nov 29 2010 [email protected] - remove /var/adm/perl-modules * Thu Nov 18 2010 [email protected] - update to 1.09 * Fix pod errors * Adds PerlChildExitHandler to disconnect existing connections * Tue Feb 23 2010 [email protected] - update to 1.08 * Fix bug to allow DBI in startup.pl etc again * Sun Jan 10 2010 [email protected] - enable parallel build * Thu Jun 19 2008 [email protected] - update to 1.07 * http://rt.cpan.org/Public/Bug/Display.html?id=31003 * http://rt.cpan.org/Public/Bug/Display.html?id=29209 PerlCleanupHandler doesn't get called with MP2 * http://rt.cpan.org/Public/Bug/Display.html?id=28824 Documentation Additions
/usr/lib/perl5/vendor_perl/5.40.0/Apache /usr/lib/perl5/vendor_perl/5.40.0/Apache/AuthDBI.pm /usr/lib/perl5/vendor_perl/5.40.0/Apache/DBI.pm /usr/share/doc/packages/perl-Apache-DBI /usr/share/doc/packages/perl-Apache-DBI/Changes /usr/share/doc/packages/perl-Apache-DBI/README /usr/share/doc/packages/perl-Apache-DBI/TODO /usr/share/doc/packages/perl-Apache-DBI/traces.txt /usr/share/man/man3/Apache::AuthDBI.3pm.gz /usr/share/man/man3/Apache::DBI.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Dec 2 00:38:50 2024