mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-27 04:10:30 +08:00
Fixes #226: atomic operations and transaction support in AR.
This commit is contained in:
@@ -446,3 +446,7 @@ $customers = Customer::find()->olderThan(50)->all();
|
||||
|
||||
The parameters should follow after the `$query` parameter when defining the scope method, and they
|
||||
can take default values like shown above.
|
||||
|
||||
### Atomic operations and scenarios
|
||||
|
||||
TBD
|
||||
|
||||
Reference in New Issue
Block a user