Port details |
- p5-SQL-SplitStatement Split any SQL code into atomic statements
- 1.00023 databases =2 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-07-18 16:51:09
- Last Update: 2024-07-18 16:44:41
- Commit Hash: 7fc5c97
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/SQL-SplitStatement
- Description:
- SQL::SplitStatement 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., as (partially) exemplified in the
"SYNOPSIS" 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 "LIMITATIONS" detailed
below, there is no known (to the author) SQL code the most current release of
this module can't correctly split.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-SQL-SplitStatement>0:databases/p5-SQL-SplitStatement
- To install the port:
- cd /usr/ports/databases/p5-SQL-SplitStatement/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-SQL-SplitStatement
- pkg install p5-SQL-SplitStatement
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-SQL-SplitStatement
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721280200
SHA256 (SQL-SplitStatement-1.00023.tar.gz) = 1a748420cd2ad341c2524ef1185b76ef7172969f17a9e4bab6f4376f0de9f35e
SIZE (SQL-SplitStatement-1.00023.tar.gz) = 63709
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Class-Accessor>=0 : devel/p5-Class-Accessor
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Differences>=0.680 : devel/p5-Test-Differences
- p5-Test-Exception>=0.27 : devel/p5-Test-Exception
- Runtime dependencies:
-
- p5-Class-Accessor>=0 : devel/p5-Class-Accessor
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class-DeploymentHandler
- for Run
-
- databases/p5-DBIx-Class-DeploymentHandler
Configuration Options:
- No options to configure
- Options name:
- databases_p5-SQL-SplitStatement
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.00023 18 Jul 2024 16:44:41 |
Po-Chuan Hsieh (sunpoet) |
databases/p5-SQL-SplitStatement: Add p5-SQL-SplitStatement 1.00023
SQL::SplitStatement 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., as (partially) exemplified in the
"SYNOPSIS" 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 "LIMITATIONS" detailed
below, there is no known (to the author) SQL code the most current release of
this module can't correctly split. |
Number of commits found: 1
|