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.
 
 
 
 
 
Robert Korulczyk 104712103b Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
..
cubrid coding style fixes 8 years ago
mssql added missing since annotations and removed duplicate line 9 years ago
mysql Changed name to append(), fixed phpdoc, added changelog 8 years ago
oci Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
pgsql Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
sqlite Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 8 years ago
ActiveQuery.php coding style fixes 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 fix issue with composite key in combination with join 9 years ago
AfterSaveEvent.php use an AfterSaveEvent class to be consistent 10 years ago
BaseActiveRecord.php coding style fixes 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 Fixes #10422, #9574: New proposal fix for ColumnSchemaBuilder not null column 8 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 Update Migration.php (#11605) 8 years ago
MigrationInterface.php updated phpdoc and classmap 10 years ago
Query.php note about JOIN syntax 8 years ago
QueryBuilder.php Fixes #11693: Handle QueryBuilder::batchInsert() calls with no data to insert. (#11812) 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