ice / framework

Source code of Ice framework
https://www.iceframework.org
BSD 3-Clause "New" or "Revised" License
341 stars 45 forks source link

Sqlite, find one zero results #283

Closed mruz closed 4 years ago

mruz commented 4 years ago

We use rowCount() in the Pdo::findOne(), but https://www.php.net/manual/en/pdostatement.rowcount.php says:

This method returns "0" (zero) with the SQLite driver at all times, and with the PostgreSQL driver only when setting the PDO::ATTR_CURSOR statement attribute to PDO::CURSOR_SCROLL.