X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSQLMaker%2FRole%2FSQLA2Passthrough.pm;h=d7db581c5ca1a2b268907fdaf88443e9921981a1;hb=934e6f138ab1f5bb64e2b04814be4b7a3d1ef285;hp=a678f4d0906dbd2f38f113fa43d751eeb5d70d0b;hpb=e6e94947d60665fd1fc74655ae0da4b41824f7db;p=dbsrgits%2FSQL-Abstract.git diff --git a/lib/DBIx/Class/SQLMaker/Role/SQLA2Passthrough.pm b/lib/DBIx/Class/SQLMaker/Role/SQLA2Passthrough.pm index a678f4d..d7db581 100644 --- a/lib/DBIx/Class/SQLMaker/Role/SQLA2Passthrough.pm +++ b/lib/DBIx/Class/SQLMaker/Role/SQLA2Passthrough.pm @@ -69,6 +69,22 @@ sub expand_join_condition { __END__ +=head1 NAME + +DBIx::Class::SQLMaker::Role::SQLA2Passthrough - A test of future possibilities + +=head1 SYNOPSIS + +=over 4 + +=item * select and group_by options are processed using the richer SQLA2 code + +=item * expand_join_condition is provided to more easily express rich joins + +=back + +See C for a small amount of running code. + =head1 SETUP (on_connect_call => sub { @@ -121,3 +137,5 @@ becomes 'foreign.priority' => { '>=', { -value => $_{min_priority} } } } }] ); + +=cut