From: Robert Sedlacek Date: Wed, 26 Aug 2015 17:20:01 +0000 (+0000) Subject: add dbic internals warning and todo note about bind values X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf23f5e25b447d25d88e65012c475849103c2ace;p=dbsrgits%2FDBIx-Class-RowCountStatistics.git add dbic internals warning and todo note about bind values --- diff --git a/lib/CtrlO/DBIC/Cursor/RowCountStatistics.pm b/lib/CtrlO/DBIC/Cursor/RowCountStatistics.pm index a236981..97ad5e6 100644 --- a/lib/CtrlO/DBIC/Cursor/RowCountStatistics.pm +++ b/lib/CtrlO/DBIC/Cursor/RowCountStatistics.pm @@ -70,6 +70,9 @@ CtrlO::DBIC::Cursor::RowCountStatistics - Provide row-count statistics This L subclass allows you to log the number of rows that were fetched through the cursor. +B: This module currently lies on L internals and +might break with an update. + =head1 DEBUG OBJECT METHODS =head2 query_complete (optional) @@ -82,6 +85,9 @@ called with the following signature: ... } +B: The passing of the C<@bind_values> is currently not yet +implemented, and no values will be passed yet. + =head1 AUTHOR r.sedlacek@shadowcat.co.uk