Phalcon v2.0.3 Release Notes

Release Date: 2015-06-10 // almost 9 years ago
    • โž• 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)