SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-SQL-SplitStatement rpm build for : PCLinuxOS. For other distributions click perl-SQL-SplitStatement.

Name : perl-SQL-SplitStatement
Version : 1.0.200 Vendor : (none)
Release : 3pclos2017 Date : 2017-07-13 05:42:26
Group : Development/Perl Source RPM : perl-SQL-SplitStatement-1.0.200-3pclos2017.src.rpm
Size : 0.10 MB
Packager : bb2 < bb2>
Summary : Split any SQL code into atomic statements
Description :
This is a simple module which tries to split any SQL code, even including
non-standard extensions (for the details see the the /SUPPORTED DBMSs
manpage section below), into the atomic statements it is composed of.

The logic used to split the SQL code is more sophisticated than a raw
\'split\' on the \';\' (semicolon) character: first, various different
statement terminator _tokens_ are recognized (see below for the list), then
this module is able to correctly handle the presence of said tokens inside
identifiers, values, comments, \'BEGIN ... END\' blocks (even nested),
_dollar-quoted_ strings, MySQL custom \'DELIMITER\'s, procedural code etc.,
as (partially) exemplified in the the /SYNOPSIS manpage above.

Consider however that this is by no means a validating parser (technically
speaking, it\'s just a _context-sensitive tokenizer_). It should rather be
seen as an in-progress _heuristic_ approach, which will gradually improve
as test cases will be reported. This also means that, except for the the
/LIMITATIONS manpage detailed below, there is no known (to the author) SQL
code the most current release of this module can\'t correctly split.

RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-SQL-SplitStatement-1.0.200-3pclos2017.noarch.rpm
     

Provides :
perl(SQL::SplitStatement)
perl-SQL-SplitStatement

Requires :
rpmlib(PayloadIsXz) <= 5.2-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl-base => 5.22.3


Content of RPM :
/usr/bin/sql-split
/usr/lib/perl5/vendor_perl/5.22.3/SQL
/usr/lib/perl5/vendor_perl/5.22.3/SQL/SplitStatement.pm
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/SQL
/usr/lib/perl5/vendor_perl/5.22.3/x86_64-linux-thread-multi/auto/SQL/SplitStatement
/usr/share/doc/perl-SQL-SplitStatement
/usr/share/doc/perl-SQL-SplitStatement/Changes
/usr/share/doc/perl-SQL-SplitStatement/INSTALL
/usr/share/doc/perl-SQL-SplitStatement/LICENSE
/usr/share/doc/perl-SQL-SplitStatement/META.json
/usr/share/doc/perl-SQL-SplitStatement/META.yml
/usr/share/doc/perl-SQL-SplitStatement/README
/usr/share/man/man1/sql-split.1.bz2
/usr/share/man/man3/SQL::SplitStatement.3pm.bz2

 
ICM