Alexander Makarov
Alexander Makarov
Set to 2.1 unless someone will work on a pull request. Overall it sounds good.
You've pull requested to wrong repository.
https://github.com/yiisoft/yii2/pull/14531
What's the use case?
Useful for what?
Note that table schema is usually cached. I'm OK having a method but this way of updating data doesn't sound familiar to me. What are pros compared to simple update...
Have you tried `SET foreign_key_checks = 0;`, `SET unique_checks = 0;` etc.?
> Is it \yii\db\ConnectionEvent class name right for this purpose ? Yes.