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 0df9a82a7f updated documentation and tests 10 years ago
..
cubrid Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used 10 years ago
mssql Fixes #4954: MSSQL column comments are not retrieved correctly 10 years ago
mysql Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used 10 years ago
oci Fixes #4254: `SqlDataProvider` does not work with Oracle and SQL Server 10 years ago
pgsql fixed boolean handling for PostgreSQL 10 years ago
sqlite save some function calls on AR insert 10 years ago
ActiveQuery.php Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated 10 years ago
ActiveQueryInterface.php Fixed missing callable in method signature 10 years ago
ActiveQueryTrait.php Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
ActiveRecord.php changed syntax for referencing the guide in apidoc 10 years ago
ActiveRecordInterface.php Update ActiveRecordInterface.php 10 years ago
ActiveRelationTrait.php added missing documentation about the NOT operator in Query 10 years ago
AfterSaveEvent.php use an AfterSaveEvent class to be consistent 10 years ago
BaseActiveRecord.php Fixes #3725: Fixed the bug that the filtering condition used in relation definition was ignored when calling `ActiveRecord::unlinkAll()` 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 property codestyle framework 10 years ago
Command.php Fixes #5106: Refactored query caching to not load cache component when query caching is not used at all. 10 years ago
Connection.php prepare for 2.0.0-rc release. 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 #4800. 10 years ago
MigrationInterface.php updated phpdoc and classmap 10 years ago
Query.php reverted addition of $where property 10 years ago
QueryBuilder.php Fixes #5147: null is not handled correctly for arbitrary operator in SQL. 10 years ago
QueryInterface.php updated documentation and tests 10 years ago
QueryTrait.php reverted addition of $where property 10 years ago
Schema.php Fixes #4586: Signed bigint and unsigned int will be converted into integers when they are loaded from DB by AR 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