From: Matt S Trout Date: Fri, 6 Sep 2019 00:50:08 +0000 (+0000) Subject: better followiung principles X-Git-Tag: v1.90_01~138 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=07070f1a6db1e1eb4bcac0dbe74b82f8b003cd27;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