libdbd-sqlite3-perl_1.08-1_i386.changes is NEW
Debian Installer
installer@ftp-master.debian.org
Thu, 24 Mar 2005 13:47:42 -0500
(new) libdbd-sqlite3-perl_1.08-1.diff.gz optional perl
(new) libdbd-sqlite3-perl_1.08-1.dsc optional perl
(new) libdbd-sqlite3-perl_1.08-1_i386.deb optional perl
Perl DBI driver with a self-contained RDBMS
This 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.
(new) libdbd-sqlite3-perl_1.08.orig.tar.gz optional perl
Changes: libdbd-sqlite3-perl (1.08-1) unstable; urgency=low
.
* ftp-master: For rationale for the name change, please read
<20041220105446.GK20438@hoiho.nz.lemon-computing.com> and follow ups
on debian-perl,
<20050318143121.GA25709@computing-services.oxford.ac.uk> and follow
ups on the same list. <20050322041651.GB1652@jacinta.casa> outlines
the problem and the fix. libdbd-sqlite-perl (source, binary
package), libdbd-sqlite2-perl (binary) and libdbd-sqlite3-perl
(source, binary package) need to coexist on the archive. This
package is a source rename of the already existing (in experimental)
libdbd-sqlite-perl.
.
* debian/control: changed maintainer to DPG; added Krzysztof and
myself as uploaders.
* debian/control, debian/changelog: Rename source package to
libdbd-sqlite3-perl
* debian/changelog: remove epoch, revert version to 1.08-1
* debian/control: declare conflicts with libdbd-sqlite-perl,
non-versioned. Rationale: even if it's true that this package can
be installed along with some odd release of libdbd-sqlite-perl it's
just not worth it.
Announcing to debian-devel-changes@lists.debian.org
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.