Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Qiang Xue 1af04e1e1b Fixes #2661: Added boolean column type support for SQLite 11 years ago
..
cubrid
mssql Fixes #2552. 11 years ago
mysql
oci Changed "and" to "&&" 11 years ago
pgsql
sqlite Fixes #2661: Added boolean column type support for SQLite 11 years ago
ActiveQuery.php fix code style 11 years ago
ActiveQueryInterface.php merged ActiveQueryInterface and ActiveRelatioInterface 11 years ago
ActiveQueryTrait.php merged ActiveQueryInterface and ActiveRelatioInterface 11 years ago
ActiveRecord.php fixed AR class docs, do not break comment 11 years ago
ActiveRecordInterface.php Fixes #2653: Fixed the bug that unsetting an unpopulated AR relation would trigger exception (qiangxue) 11 years ago
ActiveRelationTrait.php fix code style 11 years ago
BaseActiveRecord.php Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style 11 years ago
BatchQueryResult.php reset batch query result when rewinding. 11 years ago
ColumnSchema.php
Command.php doc fix. [skip ci] 11 years ago
Connection.php Added Connection::enableSavepoint. 11 years ago
DataReader.php
Exception.php
Expression.php
Migration.php fixed Migration::execute() to use params correctly 11 years ago
Query.php @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
QueryBuilder.php fix typo double `;`, `Each PHP statement must be on a line by itself` 11 years ago
QueryInterface.php
QueryTrait.php
Schema.php Added Connection::enableSavepoint. 11 years ago
StaleObjectException.php
TableSchema.php
Transaction.php