Skip to content

Version 2.0.3 Stable

Compare
Choose a tag to compare
@andresgutierrez andresgutierrez released this 10 Jun 06:45
· 10140 commits to master since this release
  • Added support for Behaviors in Phalcon\Mvc\Collection
  • Added SoftDelete and Timestampable behaviors to Collections
  • Implemented Namespace aliases in PHQL
  • Now you can define if a virtual foreign key must ignore null values or not
  • Fixed bug that added two ? in Mvc\Url::get when using query parameters (#10421)
  • Now string attributes in models can be marked to allow empty string values (#440)
  • Added an option to return the SQL to be generated from a Mvc\Model\Query instance (#1908)
  • Fix doesn't correct column domain in Phalcon\Db\Dialect::select() see #10439
  • Added support for DOUBLE type in MySQL
  • Phalcon\Tag\Select now handles array values as strings avoiding that zero will be handled as empty string (#2921)
  • PHQL now supports CASE/WHEN/ELSE expressions (#651)
  • Fixed bug that passes non-string values to Phalcon\Crypt::encrypt from Phalcon\Http\Cookies
  • Fixed bug that didn't pass the schema name in the sequence name (PostgreSQL)
  • Attribute persistent is now removed from the DNS attributes in PDO connections to avoid errors in PostgreSQL (#10484)