libsql-abstract-more-perl 1.43-1 source package in Ubuntu

Changelog

libsql-abstract-more-perl (1.43-1) unstable; urgency=medium

  * Import upstream version 1.43.

 -- gregor herrmann <email address hidden>  Sat, 09 Mar 2024 14:34:49 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsql-abstract-more-perl_1.43-1.dsc 2.7 KiB 071c365f605beb2f166d85680c686c08c786c402a7981df9201700c50a5c6b8c
libsql-abstract-more-perl_1.43.orig.tar.gz 48.5 KiB 160169a4f2efcfde287af5e10d2b4c0fcb314d722b7844d8389fa5ae7c252d32
libsql-abstract-more-perl_1.43-1.debian.tar.xz 3.2 KiB 5f10b67f2e2407f9ef56354c523bb3972b6f9900c4a5a8e0a4f11f5d012e44c1

Available diffs

No changes file available.

Binary packages built by this source

libsql-abstract-more-perl: extension of SQL::Abstract with more constructs and more flexible API

 Sql::Abstract::More generates SQL from Perl datastructures. This is a
 subclass of SQL::Abstract, fully compatible with the parent class, but with
 some additions:
 .
 1) additional SQL constructs like -union, -group_by, join, etc;
 .
 2) methods take arguments as named parameters instead of positional
 parameters, so that various SQL fragments are more easily identified;
 .
 3) values passed to select, insert or update can directly incorporate
 information about datatypes, in the form of arrayrefs of shape [$value,
 \%type].