release version 2.0.8

This commit is contained in:
Carsten Brandt
2016-04-28 16:50:20 +02:00
parent 101ec4fb59
commit 731769241b
17 changed files with 57 additions and 51 deletions

View File

@ -37,6 +37,7 @@ use yii\base\InvalidConfigException;
* one of [[READ_UNCOMMITTED]], [[READ_COMMITTED]], [[REPEATABLE_READ]] and [[SERIALIZABLE]] but also a string
* containing DBMS specific syntax to be used after `SET TRANSACTION ISOLATION LEVEL`. This property is
* write-only.
* @property integer $level The current nesting level of the transaction. This property is read-only.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0