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

Changelog

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

  * Import upstream version 1.42.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Sat, 27 Jan 2024 02:56:21 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsql-abstract-more-perl_1.42-1.dsc 2.7 KiB d48fd20ca981a71b093da9374456b77a31f7e2fc7c296deebacbd9e31e4f8529
libsql-abstract-more-perl_1.42.orig.tar.gz 48.4 KiB 0765d413dd2b9fa7b9d2d3ceaa0a8984655f6310b50447aee1c05b7b926e9212
libsql-abstract-more-perl_1.42-1.debian.tar.xz 3.2 KiB 6a39dc9a3dae4dfccf7d61841e4390dd39d5d5fe53dd3e711239db2d890ed7f4

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].