Skip to content

Commit

Permalink
drop the section insisting that execute() still returns -1 on success
Browse files Browse the repository at this point in the history
  • Loading branch information
real-dam committed Sep 24, 2011
1 parent 201f3d0 commit 327aa5f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Firebird.pm
Expand Up @@ -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
Expand Down

0 comments on commit 327aa5f

Please sign in to comment.