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.
 
 
 
 
 
Alexander Kochetov 29f5dc37a5 Correct phpDoc for return in several cases 10 years ago
..
cubrid Changed CUBRID type for Double 10 years ago
mssql Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
mysql Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
oci Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
pgsql Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
sqlite Added Schema::DOUBLE to represent ANSI SQL Double Precision 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 Local loop variable added to fix #7271 bug 10 years ago
ActiveRecord.php Correct phpDoc for return in several cases 10 years ago
ActiveRecordInterface.php phpdoc fix, close #7404 10 years ago
ActiveRelationTrait.php Optimized checks order in conditions 10 years ago
AfterSaveEvent.php use an AfterSaveEvent class to be consistent 10 years ago
BaseActiveRecord.php Correct phpDoc for return in several cases 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 Fixes #7357: Refactored `yii\db\ColumnSchema` by adding `typecast()` method to decouple `phpTypecast()` from `dbTypecast()` 10 years ago
Command.php Fixes #7211: Query caching should properly deal with the case when query result is false 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 fixed phpdoc 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 #7227: Query builder should respect column alias setting when `yii\db\Expression` is being selected 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 Fixed converting double to PHP type 10 years ago
StaleObjectException.php Reformat code te be PSR-2 compatible 11 years ago
TableSchema.php Use (array) cast instead of !is_array check for both readability and performance 10 years ago
Transaction.php property codestyle framework 10 years ago