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.
 
 
 
 
 
Jan Waś f58d096920 fixes #6792, use a simpler composite in condition implementation on dbs other than pgsql 10 years ago
..
cubrid bump minimum required cubrid version 10 years ago
mssql Implicit type casting to avoid buggy dblib issues 10 years ago
mysql Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used 10 years ago
oci Fixes #6080: Oracle DB schema did not load column types correctly 10 years ago
pgsql fixes #6792, use a simpler composite in condition implementation on dbs other than pgsql 10 years ago
sqlite fixed failure on sqlite version check 10 years ago
ActiveQuery.php yii\db\ActiveQuery phpDoc fix 10 years ago
ActiveQueryInterface.php Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 10 years ago
ActiveQueryTrait.php Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
ActiveRecord.php Fixes #6710 10 years ago
ActiveRecordInterface.php Fixed ActiveRecordInterface phpDoc 10 years ago
ActiveRelationTrait.php phpdoc fixes and additions 10 years ago
AfterSaveEvent.php use an AfterSaveEvent class to be consistent 10 years ago
BaseActiveRecord.php better exception message 10 years ago
BatchQueryResult.php Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated 10 years ago
ColumnSchema.php PHP type casting 10 years ago
Command.php added missing `@since` annotations 10 years ago
Connection.php PHP type casting 10 years ago
DataReader.php property codestyle framework 10 years ago
Exception.php property codestyle framework 10 years ago
Expression.php property codestyle framework 10 years ago
IntegrityException.php #2435 Tests for integrity exception 11 years ago
Migration.php Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
MigrationInterface.php updated phpdoc and classmap 10 years ago
Query.php added doc about count() return value 10 years ago
QueryBuilder.php fixes #6792, use a simpler composite in condition implementation on dbs other than pgsql 10 years ago
QueryInterface.php added doc about count() return value 10 years ago
QueryTrait.php reverted addition of $where property 10 years ago
Schema.php Fixes #6279: `yii\db\Schema::getLastInsertID()` was passing wrong default schema name to PDO 10 years ago
StaleObjectException.php Reformat code te be PSR-2 compatible 11 years ago
TableSchema.php property codestyle framework 10 years ago
Transaction.php property codestyle framework 10 years ago