|
|
@ -270,9 +270,9 @@ Provides: perl(DBIx::ContextualFetch::st) = %{version}
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
This is an SQL to OO mapper with an object API inspired by Class::DBI
|
|
|
|
This is an SQL to OO mapper with an object API inspired by Class::DBI
|
|
|
|
(and a compatibility layer as a springboard for porting) and a
|
|
|
|
(and a compatibility layer as a springboard for porting) and a
|
|
|
|
resultset API that allows abstract encapsulation of database
|
|
|
|
result-set API that allows abstract encapsulation of database
|
|
|
|
operations. It aims to make representing queries in your code as perl-
|
|
|
|
operations. It aims to make representing queries in your code as perlish
|
|
|
|
ish as possible while still providing access to as many of the
|
|
|
|
as possible while still providing access to as many of the
|
|
|
|
capabilities of the database as possible, including retrieving related
|
|
|
|
capabilities of the database as possible, including retrieving related
|
|
|
|
records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT,
|
|
|
|
records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT,
|
|
|
|
DISTINCT, GROUP BY and HAVING support.
|
|
|
|
DISTINCT, GROUP BY and HAVING support.
|
|
|
@ -317,6 +317,7 @@ make test
|
|
|
|
* Wed Jun 07 2017 Petr Pisar <ppisar@redhat.com> - 0.082840-7
|
|
|
|
* Wed Jun 07 2017 Petr Pisar <ppisar@redhat.com> - 0.082840-7
|
|
|
|
- Fix README encoding (CPAN RT#122028)
|
|
|
|
- Fix README encoding (CPAN RT#122028)
|
|
|
|
- Do not use /usr/bin/env in shell bangs
|
|
|
|
- Do not use /usr/bin/env in shell bangs
|
|
|
|
|
|
|
|
- Correct description wording
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.082840-6
|
|
|
|
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.082840-6
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|