Yii DB and drivers minor releases
Yii Database package was tagged along with its drivers.
Yii Database 1.3
- Deprecate unnecessary argument
$rawSqlofAbstractCommand::internalExecute() - Specify result type of
QueryInterface::all(),CommandInterface::queryAll()andDbArrayHelper::populate()methods toarray[] - Specify populate closure type in
BatchQueryResultInterface - Skip calling
CommandInterface::getRawSql()if no logger or profiler is set