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 43d392d8d2 porting the fix from https://github.com/yiisoft/yii/pull/2894 12 years ago
..
cubrid moved getPDOType() back to Command to avoid dependency on Schema 12 years ago
mssql cleanup db `use` statements 12 years ago
mysql cleanup db `use` statements 12 years ago
pgsql Added TYPE_BIGPK to Schema 12 years ago
sqlite Added TYPE_BIGPK to Schema 12 years ago
ActiveQuery.php
ActiveRecord.php Fixes #876. 12 years ago
ActiveRelation.php Fixes #885: removed NULLs from filtering by models. 12 years ago
ColumnSchema.php
Command.php moved getPDOType() back to Command to avoid dependency on Schema 12 years ago
Connection.php added CUBIRD DB Schema class 12 years ago
DataReader.php updated php doc 12 years ago
Exception.php Fixed type of db\Exception::$errorInfo 12 years ago
Expression.php
Migration.php
Query.php
QueryBuilder.php porting the fix from https://github.com/yiisoft/yii/pull/2894 12 years ago
Schema.php moved getPDOType() back to Command to avoid dependency on Schema 12 years ago
StaleObjectException.php
TableSchema.php moved MSSQL specific property to mssql TableSchema 12 years ago
Transaction.php