From 327aa5f6ce33d934b67f60a5269eaab7dde70060 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 24 Sep 2011 22:22:12 +0300 Subject: [PATCH] drop the section insisting that execute() still returns -1 on success --- Firebird.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Firebird.pm b/Firebird.pm index 77b619d..fca7222 100644 --- a/Firebird.pm +++ b/Firebird.pm @@ -1290,14 +1290,6 @@ No. If this is a problem to you, let me know, and probably I'll add this capability for the next release. -=head2 Why do execute(), do() method and rows() method always return -1 upon -a successful operation? - -Incorrect question. $sth->rows returns the number of fetched rows after a -successful SELECT. Starting from version 0.43, execute() method returns the -number of affected rows. But it's true that do() method returns -1, this -will change in future release. - =head1 OBSOLETE FEATURES =over