libdbd-mysql-perl 4.024-1 source package in Ubuntu

Changelog

libdbd-mysql-perl (4.024-1) unstable; urgency=low


  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ Xavier Guimard ]
  * Imported Upstream version 4.024
  * Update lintian-overrides offset
  * Remove patches now included in upstream

 -- Xavier Guimard <email address hidden>  Tue, 01 Oct 2013 21:13:45 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdbd-mysql-perl_4.024-1.dsc 2.2 KiB 650e38ca27ef7b1c670c440f384ff017fe5105aa8793f755d0dc44af95658907
libdbd-mysql-perl_4.024.orig.tar.gz 328.7 KiB fc65bb07ab86f71ff5d7ac4197d04e5c5dc54d9b3c4732f39330ec78e87682d4
libdbd-mysql-perl_4.024-1.debian.tar.gz 8.2 KiB f706cda674a090aa526b4c64b4055b782adf7e4443ad1147c8c8b356233db0a4

Available diffs

No changes file available.

Binary packages built by this source

libdbd-mysql-perl: Perl5 database interface to the MySQL database

 DBD::mysql is the Perl5 Database Interface driver for the MySQL
 database. In other words: DBD::mysql is an interface between the Perl
 programming language and the MySQL programming API that comes with the
 MySQL relational database management system. Most functions provided by
 this programming API are supported. Some rarely used functions are
 missing, mainly because noone ever requested them. However supported
 features include: compression of data between server and client; timeouts;
 SSL; prepared statement support; server administration such as creating
 and dropping databases and restarting the server; auto-reconnection;
 utf8; bind type guessing; bind comment placeholders; automated insert ids;
 transactions; multiple result sets and multithreading.