libdbd-sqlite2-perl 2:0.38-1 source package in Ubuntu

Changelog

libdbd-sqlite2-perl (2:0.38-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>
  * Import upstream version 0.38
  * Declare compliance with policy 4.2.1
  * Bump debhelper compatibility level to 10
  * Set hardening flags

 -- Xavier Guimard <email address hidden>  Tue, 02 Oct 2018 06:35:55 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdbd-sqlite2-perl_0.38-1.dsc 2.2 KiB fab1a095bde339a1dcc667320317a8c7e671252729ab8abf2991468c5bb7a5b4
libdbd-sqlite2-perl_0.38.orig.tar.gz 365.6 KiB 75c2e0cb76e4f9e51a5cdf986be3bf1471d478ad7b215db2f5b7c8582ac17e33
libdbd-sqlite2-perl_0.38-1.debian.tar.xz 5.3 KiB 808bc1b281a769903873eca69c0003ae28afe2e853ee7176c7cea7d8d4d6f21a

No changes file available.

Binary packages built by this source

libdbd-sqlite2-perl: Perl DBI driver with a self-contained RDBMS (SQLite2 version)

 The DBD::SQLite2 module embeds a small fast embedded SQL database engine
 called SQLite into a DBI driver, if you want a relational database for your
 project, but don't want to install a large RDBMS system like MySQL or
 PostgreSQL, then DBD::SQLite may be just what you need.
 .
 SQLite supports the following features:
 .
  * Implements a large subset of SQL92
    See http://www.hwaci.com/sw/sqlite/lang.html for details.
 .
  * A complete DB in a single disk file
    Everything for your database is stored in a single disk file, making it
    easier to move things around than with DBD::CSV.
 .
  * Atomic commit and rollback
 .
 The engine is very fast, but for updates/inserts/dml it does perform
 a global lock on the entire database. This, obviously, might not be
 good for multiple user systems. So beware. The database also
 appears to be significantly faster if your transactions are coarse.

libdbd-sqlite2-perl-dbgsym: No summary available for libdbd-sqlite2-perl-dbgsym in ubuntu disco.

No description available for libdbd-sqlite2-perl-dbgsym in ubuntu disco.