Yii2 Bootstrap 3
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 1e0e5f02af Fixed DB query logging category. 12 years ago
..
cubrid
mssql Fixes #1076 12 years ago
mysql added postgresql features to reset seq/check integrity 12 years ago
oci short array syntax 12 years ago
pgsql code style fix. 12 years ago
sqlite fixed bug with forgotten param, fixed behavior for one table integrity 12 years ago
ActiveQuery.php Fixes #1638: prevent table names from being enclosed within curly brackets twice. 12 years ago
ActiveQueryInterface.php
ActiveQueryTrait.php improved error message of calling invalid scope method. 12 years ago
ActiveRecord.php
ActiveRecordInterface.php Added ActiveRecordInterface::getOldPrimaryKey(). 12 years ago
ActiveRelation.php make ActiveRelation reusable 12 years ago
ActiveRelationInterface.php
ActiveRelationTrait.php Fixes #1581: Added `ActiveQuery::joinWith()` to support joining with relations 12 years ago
BaseActiveRecord.php Fixes #1641: Added `BaseActiveRecord::updateAttributes()` 12 years ago
ColumnSchema.php
Command.php Fixed DB query logging category. 12 years ago
Connection.php Fixes #1650: Added Connection::pdoClass. 12 years ago
DataReader.php
Exception.php
Expression.php
Migration.php
Query.php reverted #1598 and added a test for it 12 years ago
QueryBuilder.php added NOT operator for db, elasticsearch, redis 12 years ago
QueryInterface.php
QueryTrait.php
Schema.php Fixed the signature of Schema::findUniqueIndexes(). 12 years ago
StaleObjectException.php
TableSchema.php
Transaction.php