Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37537375
en ru br
Репозитории ALT
S:1.414-alt1
5.1: 1.20-alt1
4.1: 1.15-alt1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-SQL-Statement

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

#
#   - SQL::Statement -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       SQL::Statement
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module SQL-Statement
%define m_distro SQL-Statement
%define m_name SQL::Statement
%define m_author_id REHSACK
%define _enable_test 1

Name: perl-SQL-Statement
Version: 1.20
Release: alt1

Summary: SQL parsing and processing engine

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/~jzucker/SQL-Statement-1.15/

Packager: Michael Bochkaryov <misha at altlinux.ru>

BuildArch: noarch
Source: %m_distro-%version.tar.bz2
BuildPreReq: perl-Text-Soundex perl-devel

# Automatically added by buildreq on Sun Jun 28 2009 (-bi)

BuildRequires: perl-Clone perl-DBD-CSV perl-Params-Util perl-devel

%description
The SQL::Statement module implements a pure Perl SQL parsing and execution engine.  While it by no means implements full ANSI standard, it does support many features including column and table aliases, built-in and user-defined functions, implicit and explicit joins, complexly nested search conditions, and other features.

SQL::Statement is a small embeddable Database Management System (DBMS),  This means that it provides all of the services of a simple DBMS except that instead of a persistant storage mechanism, it has two things: 1) an in-memory storage mechanism that allows you to prepare, execute, and fetch from SQL statements using temporary tables and 2) a set of software sockets where any author can plug in any storage mechanism.

There are three main uses for SQL::Statement. One or another (hopefully not all) may be irrelevant for your needs: 1) to access and manipulate data in CSV, XML, and other formats 2) to build your own DBD for a new data source 3) to parse and examine the structure of SQL statements.

%prep
%setup -q -n %m_distro-%version
rm -f t/03executeDBD.t
rm -f t/05create.t
rm -f t/11functions.t
rm -f t/16morejoins.t

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%perl_vendor_privlib/SQL/*
%doc Changes README

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin