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 38d347c9f5 fix quoting column name in case of quoted table name 9 years ago
..
cubrid db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
mssql db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
mysql db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
oci db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
pgsql db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
sqlite db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
ActiveQuery.php Fixed code style 9 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 revised AR documentation 9 years ago
ActiveRelationTrait.php Avoid some calls to `new $this->modelClass` in ActiveQuery 9 years ago
AfterSaveEvent.php use an AfterSaveEvent class to be consistent 10 years ago
BaseActiveRecord.php Fixed: #11270 - Error when link record in one to many relation. (#11301) 9 years ago
BatchQueryResult.php link to PHP classes just as we do with normal classes 9 years ago
ColumnSchema.php Adds `char` datatype to framework 9 years ago
ColumnSchemaBuilder.php db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
Command.php Refactored code in PR #9441 9 years ago
Connection.php Fixes #9851: Fixed partial commit / rollback in nested transactions 9 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 Refactored code in PR #9441 9 years ago
MigrationInterface.php updated phpdoc and classmap 10 years ago
Query.php DBMS specific workarounds for unsupported SQL92 form of `SELECT EXISTS()` (#11369) 9 years ago
QueryBuilder.php Refactored code in PR #9441 9 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 fixed phpdoc type names 9 years ago