From: Matt S Trout Date: Fri, 6 Sep 2019 00:50:08 +0000 (+0000) Subject: better followiung principles X-Git-Tag: v2.000000~3^2~159 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7516a3a3ffbb07e06b84f712a975b8825cf1698;p=dbsrgits%2FSQL-Abstract.git better followiung principles --- diff --git a/lib/DBIx/Class/SQLMaker.pm b/lib/DBIx/Class/SQLMaker.pm new file mode 100644 index 0000000..a96aa64 --- /dev/null +++ b/lib/DBIx/Class/SQLMaker.pm @@ -0,0 +1,548 @@ +package DBIx::Class::SQLMaker; + +use strict; +use warnings; + +=head1 NAME + +DBIx::Class::SQLMaker - An SQL::Abstract-based SQL maker class + +=head1 DESCRIPTION + +This module is a subclass of L and includes a number of +DBIC-specific workarounds, not yet suitable for inclusion into the +L core. It also provides all (and more than) the functionality +of L, see L for +more info. + +Currently the enhancements to L are: + +=over + +=item * Support for C statements (via extended C support) + +=item * Support of functions in C