Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Update 4.x Documents #1935

Closed
10 tasks done
niden opened this issue Oct 19, 2018 · 1 comment
Closed
10 tasks done

Update 4.x Documents #1935

niden opened this issue Oct 19, 2018 · 1 comment
Labels

Comments

@niden
Copy link
Contributor

niden commented Oct 19, 2018

  • Added Phalcon\Db\Adapter\Pdo\Postgresql::describeReferences to implement custom Postgresql rules
  • Added Phalcon\Mvc\Router\RouteInterface::convert so that calling Phalcon\Mvc\Router\Group::add will return an instance that has convert method #13380
  • Added Phalcon\Mvc\ModelInterface::getModelsMetaData #13070
  • Added paginate() method as a proxy of getPaginate. Added previous in the paginator object same as before. After 4.0 is released we will deprecate getPaginate(), before and total_items #13492
  • Added Phalcon\Messages\MessageInterface, Phalcon\Messages\Message, Phalcon\Messages\Exception and Phalcon\Messages\Messages to handle all messages for the application (model/validation) #13114
  • Added getHandlerSuffix(), setHandlerSuffix() in Dispatcher, getTaskSuffix(), setTaskSuffix() in the CLI Dispatcher #13468
  • Added ability to set a custom template for the Flash Messenger. #13445
  • Collections now use the Validation component #12376
  • Added forUpdate in the Sqlite dialect to override the method from the base dialect. [#13539]
  • Added more column types for the Mysql adapter. The adapter supports TYPE_BIGINTEGER, TYPE_BIT, TYPE_BLOB, TYPE_BOOLEAN, TYPE_CHAR, TYPE_DATE, TYPE_DATETIME, TYPE_DECIMAL, TYPE_DOUBLE, TYPE_ENUM, TYPE_FLOAT, TYPE_INTEGER, TYPE_JSON, TYPE_JSONB, TYPE_LONGBLOB, TYPE_LONGTEXT, TYPE_MEDIUMBLOB, TYPE_MEDIUMINTEGER, TYPE_MEDIUMTEXT, TYPE_SMALLINTEGER, TYPE_TEXT, TYPE_TIME, TYPE_TIMESTAMP, TYPE_TINYBLOB, TYPE_TINYINTEGER, TYPE_TINYTEXT, TYPE_VARCHAR #13151, #12223, #524, #13225 @zGaron, #12523 @Studentsov, #12471 @ruudboon
  • Validator's "allowEmpty" list cannot handle Objects phalcon/cphalcon#13549
  • Made the specialKey (_PHCR) optional for the Phalcon\Cache\Backend\Redis adapter #10905, #11608
  • Added global setting orm.case_insensitive_column_map to attempt to find value in the column map case-insensitively. Can be also enabled by setting caseInsensitiveColumnMap key in \Phalcon\Mvc\Model::setup(). #11802

Also we need add orm.case_insensitive_column_map to phalcon.ini

@niden niden added Rewrite and removed Rewrite labels Apr 5, 2019
@niden
Copy link
Contributor Author

niden commented Jan 12, 2020

This has been addressed

@niden niden closed this as completed Jan 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant