We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Bug in Resultset when disabling Buffered Query

Hi,

When you create a database connection using the MySQL Adapter with extra option PDO::MYSQL_ATTR_USE_BUFFERED_QUERY = false, then make a query, then the resultset is not working anymore. The count is always 0.