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.
 
 
 
 
 
SilverFire - Dmitry Naumenko 786a733502
Moved ExpressionBuilder creation logic out of QueryBuilder::buildExpression() to a separate method
7 years ago
..
conditions Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
cubrid Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
mssql Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
mysql Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
oci Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
pgsql Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
sqlite Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
ActiveQuery.php `@inheritdoc` notation changed 7 years ago
ActiveQueryInterface.php Fix errors reported by apidoc extension. (#12986) 8 years ago
ActiveQueryTrait.php Fixed `yii\db\ActiveRecord::with()` unable to use relation defined via attached behavior in case `asArray` is enabled 7 years ago
ActiveRecord.php Fixes #15522: Fixed `yii\db\ActiveRecord::refresh()` method does not use an alias in the condition 7 years ago
ActiveRecordInterface.php Fixes #13779, fixes #5786 7 years ago
ActiveRelationTrait.php Fixes #7316: Documentation for ActiveRelationTrait::inverseOf() [skip ci] (#14892) 7 years ago
AfterSaveEvent.php use an AfterSaveEvent class to be consistent 10 years ago
ArrayExpression.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
BaseActiveRecord.php `@inheritdoc` notation changed 7 years ago
BatchQueryResult.php Fix: Query::each() without `indexBy()` zero based keys 7 years ago
CheckConstraint.php Have I fixed these phpdocs? Let’s see… 7 years ago
ColumnSchema.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
ColumnSchemaBuilder.php Fixes #15015: Added `StringHelper::floatToString()` to savely cast float values independent of the locale, also fixes some places in the framework that use it now 7 years ago
Command.php Reverted #14593 7 years ago
Connection.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
Constraint.php Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
ConstraintFinderTrait.php added missing abstract methods to ConstraintFinderTrait 7 years ago
DataReader.php Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
DefaultValueConstraint.php Rename DefaultConstraint to DefaultValueConstraint 7 years ago
Exception.php Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Expression.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
ExpressionBuilder.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
ExpressionBuilderInterface.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
ExpressionBuilderTrait.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
ExpressionInterface.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
ForeignKeyConstraint.php Implement retrieving dbms constraints 7 years ago
IndexConstraint.php Implement retrieving dbms constraints 7 years ago
IntegrityException.php #2435 Tests for integrity exception 11 years ago
JsonExpression.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
Migration.php `@inheritdoc` notation changed 7 years ago
MigrationInterface.php Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
PdoValue.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
PdoValueBuilder.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
Query.php Fixed PHPDocs. Resolves discussion d16586334d (commitcomment-27343531) 7 years ago
QueryBuilder.php Moved ExpressionBuilder creation logic out of QueryBuilder::buildExpression() to a separate method 7 years ago
QueryInterface.php added note to QueryInterface::where() 7 years ago
QueryTrait.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
Schema.php Fixes #7640: Implemented custom data types support. Added JSON support for MySQL and PostgreSQL, array support for PostgreSQL 7 years ago
SchemaBuilderTrait.php Add empty lines before return statements. (#14682) [skip ci] 7 years ago
SqlToken.php Add empty lines before return statements. (#14682) [skip ci] 7 years ago
SqlTokenizer.php Add empty lines before return statements. (#14682) [skip ci] 7 years ago
StaleObjectException.php Reformat code te be PSR-2 compatible 11 years ago
TableSchema.php Applied code style fixes 7 years ago
Transaction.php Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
ViewFinderTrait.php Fixes #13571: Fix `yii\db\mssql\QueryBuilder::checkIntegrity` for all tables 8 years ago