Version 2.0.10 stable
·
9406 commits
to master
since this release
- ORM: Added support for DATE columns in Oracle
- Fixed wrong
total_itemsandtotal_pagesinPaginatorwhen the query builder has setgroupBy() - Fixed
Phalcon\Acl\Memory::allowbug#11210 related to the inconsistent behavior with access specified as string and array - Added quoting column in
Phalcon\Db\Dialect\MySQL::addColumnwhen define position of the column - Added support to define position of the column in
Phalcon\Db\Dialect\MySQL::modifyColumn - Fixed
Phalcon\Mvc\Model\Query\Builderbug#11298 related to resetting limit to null - Fixed
Phalcon\Tag::getTitlebug#11185. Now a title will be automatically escaped. - Fixed
Phalcon\Translate\Adapter\Gettext::existsbug#11310 related to the wrong returned value (always true) - Fixed
Phalcon\Translate\Adapter\Gettext::setLocalebug#11311 related to the incorrect setting locale - Added ability to persistent connection in
Phalcon\Queue\Beanstalk::connect - Fixed
Phalcon\Http\Response::redirectbug#11324. Incorrect initialization local array of status codes - Fixed cache backends bug#11322 related to saving number 0
- Fixed
Phalcon\Db\Dialect::escapebug#11359. Added ability to use the database name with dots.