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 943bf88904 doc fix. 12 years ago
..
cubrid replaced inheritdoc tags. 12 years ago
mssql Fixes #1076 12 years ago
mysql change back the visibility of findTableNames to protected. 12 years ago
oci doc fix. 12 years ago
pgsql change back the visibility of findTableNames to protected. 12 years ago
sqlite change back the visibility of findTableNames to protected. 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 use andWhere() in AR::find() to work properly with default scope 12 years ago
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 doc fix. 12 years ago
ColumnSchema.php
Command.php Fixed the issue that query cache returns the same data for the same SQL but different query methods 12 years ago
Connection.php Fixes #1650: Added Connection::pdoClass. 12 years ago
DataReader.php
Exception.php
Expression.php
Migration.php
Query.php Fixes #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default 12 years ago
QueryBuilder.php Fixes #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default 12 years ago
QueryInterface.php Fixes #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default 12 years ago
QueryTrait.php
Schema.php Fixed the signature of Schema::findUniqueIndexes(). 12 years ago
StaleObjectException.php
TableSchema.php
Transaction.php