Split any SQL code into atomic statements
This is a simple module which tries to split any SQL code, even including
non-standard extensions, 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 DELIMITERs, procedural code etc.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/perl-SQL-SplitStatement && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
SQL-SplitStatement-1.00023.tar.gz | 0000063709 62.2 KB | |
cpanspec.yml | 0000000923 923 Bytes | |
perl-SQL-SplitStatement.changes | 0000001061 1.04 KB | |
perl-SQL-SplitStatement.spec | 0000003463 3.38 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 898867
from
Andrey Karepin (EGDFree)
(revision 2)
Comments 0