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.
 
 
 
 
 
Carsten Brandt ef0658726f Revert "Revert "fixed mysql defaul integer display width on unsigned pk"" 8 years ago
..
cubrid Replaced unnecessary double quotes with single quotes 8 years ago
mssql Eliminated unused variables 8 years ago
mysql Revert "Revert "fixed mysql defaul integer display width on unsigned pk"" 8 years ago
oci Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
pgsql #11912: Postgresql negative default values support for integer/float/decimal columns (#11933) 8 years ago
sqlite Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
ActiveQuery.php Make sure inverseOf relations are also populated during dynamic relational queries 8 years ago
ActiveQueryInterface.php phpDoc of joinWith updated to \yii\db\ActiveQuery 9 years ago
ActiveQueryTrait.php Avoid `new $this->modelClass` in ActiveQuery::findWith() 9 years ago
ActiveRecord.php Use static:: instead of $this for static method calls 9 years ago
ActiveRecordInterface.php Added missing function to ActiveRecordInterface interface. 9 years ago
ActiveRelationTrait.php improved PHPdoc and `@since` annotations 8 years ago
AfterSaveEvent.php use an AfterSaveEvent class to be consistent 10 years ago
BaseActiveRecord.php Fix #11252 use strict comparison on hasAttribute() 8 years ago
BatchQueryResult.php link to PHP classes just as we do with normal classes 9 years ago
ColumnSchema.php Fixes #11532: Fixed casting of empty char value to `null` resulting in integrity constraint violation for not null columns 8 years ago
ColumnSchemaBuilder.php Remove explicit property initialization with null 8 years ago
Command.php Refactored code in PR #9441 9 years ago
Connection.php Updated PHPDoc 8 years ago
DataReader.php Global DOCS update: ~~~ replaced with ``` 9 years ago
Exception.php property codestyle framework 10 years ago
Expression.php updated docs about Expression class 9 years ago
IntegrityException.php #2435 Tests for integrity exception 11 years ago
Migration.php Replaced unnecessary double quotes with single quotes 8 years ago
MigrationInterface.php updated phpdoc and classmap 10 years ago
Query.php Replaced unnecessary double quotes with single quotes 8 years ago
QueryBuilder.php Removed unnecessary semicolon 8 years ago
QueryInterface.php Update QueryInterface.php 9 years ago
QueryTrait.php added tests and documentation for #8824 9 years ago
Schema.php fix quoting column name in case of quoted table name 9 years ago
SchemaBuilderTrait.php Removed `unsignedPrimaryKey()` schema builder type; now, the `unsigned()` modifier works with primary key types e.g. `pk()->unsigned()` or `bigpk()->unsigned()`. 9 years ago
StaleObjectException.php Reformat code te be PSR-2 compatible 11 years ago
TableSchema.php Global DOCS update: ~~~ replaced with ``` 9 years ago
Transaction.php release version 2.0.8 9 years ago