You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added missing Volt tags to array helper in Phalcon\Mvc\View\Engine\Volt\Compiler::functionCall#13447
Added the ability to explicitly define nullable columns (especially timestamp ones) #13099
Refactored Phalcon\Db\Adapter\Pdo::query to use PDO's prepare and execute and Phalcon\Db\Adapter::fetchAll to use PDO's fetchAll
Fixed Phalcon\Validation\Validator\Numericality to accept float numbers on locales with comma decimal point #13450
Fixed Phalcon\Tag so it unsets parameters before passing options array to self::renderAttributes
Fixed Phalcon\Http\Response::setFileToSend filename; when file downloaded it had an extra _
Fixed Phalcon\Mvc\Model\Query::execute to properly bind parameters to sub queries #11605
Fixed Phalcon\Http\Request::getJsonRawBody#13501. It will now return false when the body content is empty, as well as when it encounters an error whilst decoding the JSON content
Fixed Phalcon\Validation::preChecking to allow use Phalcon\Db\RawValue as an empty container for isAllowEmpty option #13549, #13573, #12519
Fixed object binding and placeholder creation in Phalcon\Db\Adapter::insert and Phalcon\Db\Adapter::update#13058
Fixed Phalcon\Config\Adapter\Ini not building config objects properly for numerical keys #12725, #13604