Fixes #226: atomic operations and transaction support in AR.

This commit is contained in:
resurtm
2013-05-13 20:38:03 +06:00
parent 0f7f193623
commit a54c1cd684
4 changed files with 225 additions and 74 deletions

View File

@@ -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