From: Matt S Trout Date: Sun, 13 Oct 2019 16:53:09 +0000 (+0000) Subject: add some docs for the role X-Git-Tag: v1.90_03~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=934e6f138ab1f5bb64e2b04814be4b7a3d1ef285;hp=e6e94947d60665fd1fc74655ae0da4b41824f7db;p=dbsrgits%2FSQL-Abstract.git add some docs for the role --- 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