Apache-iNcom

 view release on metacpan or  search on metacpan

lib/DBIx/SearchProfiles.pm  view on Meta::CPAN


    $self->sql_do( $statement_spec, @params );
}

1;

__END__

=pod

=head1 BUGS AND LIMITATIONS

Please report bugs, suggestions, patches and thanks to
<bugs@iNsu.COM>.

The search limitations and offset SQL generation is probably not completely
portable. It uses LIMIT and OFFSET which are maybe not supported across SQL92
implementation. (PostgreSQL supports it so...)

To find the number of records that will be returned by a query (in
*_search) we use C<count(*)>. This could cause a number of problems.

lib/DBIx/UserDB.pm  view on Meta::CPAN

    # Well, the default's default is to default
    return 0;
}

1;

__END__

=pod

=head1 BUGS AND LIMITATIONS

Please report bugs, suggestions, patches and thanks to
<bugs@iNsu.COM>.

Authentication is limited to clear text password authentication.

User and group data structure is restricted to single level hash.

=head1 AUTHOR



( run in 0.376 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )