Skip to content

rowCount #84

@featureless

Description

@featureless

HI,

Why not use PDOStatement :: rowCount to get the number of rows affected by the last statement.

This property could be populated in the _run function after the statement execution like this:
$this->_rowCount = $statement->rowCount();

Regards,

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions