X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FOracle%2FWhereJoins.pm;h=c0b46e8273945f67cdec4db03c757b9246d9ee59;hb=9720202815dbafee0d9e944e3f8258d4aca446d4;hp=945d54615aa80c97bde4aa9b87c2c4e868b971ae;hpb=48580715af3072905f2c71dc27e7f70f21a11338;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm b/lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm index 945d546..c0b46e8 100644 --- a/lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm +++ b/lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm @@ -6,7 +6,7 @@ use warnings; use base qw( DBIx::Class::Storage::DBI::Oracle::Generic ); use mro 'c3'; -__PACKAGE__->sql_maker_class('DBIx::Class::SQLAHacks::OracleJoins'); +__PACKAGE__->sql_maker_class('DBIx::Class::SQLMaker::OracleJoins'); 1; @@ -21,9 +21,8 @@ support (instead of ANSI). =head1 PURPOSE -This module was originally written to support Oracle < 9i where ANSI joins -weren't supported at all, but became the module for Oracle >= 8 because -Oracle's optimising of ANSI joins is horrible. +This module is used with Oracle < 9.0 due to lack of support for standard +ANSI join syntax. =head1 SYNOPSIS @@ -48,7 +47,7 @@ it's already too late. =head1 METHODS -See L for implementation details. +See L for implementation details. =head1 BUGS @@ -59,9 +58,9 @@ Probably lots more. =over -=item L +=item L -=item L +=item L =item L