mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 05:08:42 +08:00
Fixes #2435: yii\db\IntegrityException is now thrown on database integrity errors instead of general yii\db\Exception
This commit is contained in:
@@ -26,6 +26,7 @@ Yii Framework 2 Change Log
|
|||||||
- Bug #3327: Fixed "Unable to find debug data" when logging objects with circular references (jarekkozak, samdark)
|
- Bug #3327: Fixed "Unable to find debug data" when logging objects with circular references (jarekkozak, samdark)
|
||||||
- Bug #3368: Fix for comparing numeric attributes in JavaScript (technixp)
|
- Bug #3368: Fix for comparing numeric attributes in JavaScript (technixp)
|
||||||
- Enh #2264: `CookieCollection::has()` will return false for expired or removed cookies (qiangxue)
|
- Enh #2264: `CookieCollection::has()` will return false for expired or removed cookies (qiangxue)
|
||||||
|
- Enh #2435: `yii\db\IntegrityException` is now thrown on database integrity errors instead of general `yii\db\Exception` (samdark)
|
||||||
- Enh #2837: Error page now shows arguments in stack trace method calls (samdark)
|
- Enh #2837: Error page now shows arguments in stack trace method calls (samdark)
|
||||||
- Enh #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper (exromany, qiangxue)
|
- Enh #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper (exromany, qiangxue)
|
||||||
- Enh #2942: Added truncate and truncateWord methods (Alex-Code, samdark)
|
- Enh #2942: Added truncate and truncateWord methods (Alex-Code, samdark)
|
||||||
|
|||||||
Reference in New Issue
Block a user