release version 2.0.14

This commit is contained in:
SilverFire - Dmitry Naumenko
2018-02-19 00:27:09 +02:00
parent 089685975a
commit 22832b7c49
81 changed files with 367 additions and 50 deletions

View File

@ -131,6 +131,7 @@ class Query extends Component implements QueryInterface, ExpressionInterface
*/
public $queryCacheDependency;
/**
* Creates a DB command that can be used to execute this query.
* @param Connection $db the database connection used to generate the SQL statement.