X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSQLMaker.pm;fp=lib%2FDBIx%2FClass%2FSQLAHacks.pm;h=d0fbc7790833752d8b89923e94d29678ef78aa09;hb=d5dedbd62928f65a9071b4d9b6d56c6b663a073b;hp=31e189a255d17127c3ad0af13518443ff496f3bb;hpb=2149a4e91f82d2f77657c18d4a0b312327987d5d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/SQLAHacks.pm b/lib/DBIx/Class/SQLMaker.pm similarity index 88% rename from lib/DBIx/Class/SQLAHacks.pm rename to lib/DBIx/Class/SQLMaker.pm index 31e189a..d0fbc77 100644 --- a/lib/DBIx/Class/SQLAHacks.pm +++ b/lib/DBIx/Class/SQLMaker.pm @@ -1,14 +1,35 @@ -package # Hide from PAUSE - DBIx::Class::SQLAHacks; +package DBIx::Class::SQLMaker; -# This module is a subclass of SQL::Abstract and includes a number of -# DBIC-specific workarounds, not yet suitable for inclusion into the -# SQLA core. -# It also provides all (and more than) the functionality of -# SQL::Abstract::Limit, which proved to be very hard to keep updated +=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