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