libdatetime-format-dbi-perl 0.040-1 source package in Ubuntu

Changelog

libdatetime-format-dbi-perl (0.040-1) unstable; urgency=low

  [ Nicholas Bamber ]
  * New upstream release
  * Added build dependency on libtest-database-perl
  * Added build dependency on libtest-simple-perl (>= 0.96)

  [ Ansgar Burchardt ]
  * Email change: Ansgar Burchardt -> <email address hidden>
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:03:06 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdatetime-format-dbi-perl_0.040.orig.tar.gz 14.5 KiB d7117f3d57207ecedc848761ed972d2e215d9c749a48e496acf5f90c0c8102e8
libdatetime-format-dbi-perl_0.040-1.debian.tar.gz 2.3 KiB fc9fa03feff7472d17da29c1dd7d9f2c87e5a36969d4b544b7780d9203425d6d
libdatetime-format-dbi-perl_0.040-1.dsc 2.3 KiB 7ee940a55cd1d8927d4a3ab5b6e136fd7dc1c4d74e7c5f9da10f681a1c350f54

Available diffs

View changes file

Binary packages built by this source

libdatetime-format-dbi-perl: abstraction layer for DateTime over some database vendors

 DateTime::Format::DBI finds a DateTime::Format::* class that is suitable for
 the use with a given DBI connection (and DBD::* driver).
 .
 It currently supports the following format modules: IBM DB2
 (DB2)|DateTime::Format::DB2, MySQL|DateTime::Format::MySQL,
 Oracle|DateTime::Format::Oracle, PostgreSQL (Pg)|DateTime::Format::Pg,
 SQLite|DateTime::Format::SQLite.
 .
 NOTE: This module provides a quick method to find the correct parser and
 formatter class. However, this is usually not sufficient for full database
 abstraction. You will also have to cater for differences in the syntax and
 semantics of SQL datetime functions (and other SQL commands).