5.6.0 (2024-01-09)
Changed
- Changed
Phalcon\Db\Adapter\Pdo\Mysql
to not use specific flags forPDO
(PDO::ATTR_EMULATE_PREPARES
orPDO::ATTR_STRINGIFY_FETCHES
) for performance reasons #16474 - Merged
Phalcon\Db\AbstractDb
withPhalcon\Db\Adapter\AbstractAdapter
since the former was not used #16474
Added
- Added
resetColumns()
,resetFrom()
,resetWhere()
,resetGroupBy()
,resetHaving()
,resetOrderBy()
,resetLimit()
,resetFlags()
to thePhalcon\Datamapper\Query\AbstractQuery
to allow resetting query filters.