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.
 
 
 
 
 
Alex b4adada51e Fixes #16022: Fix UniqueValidator for PostgreSQL. Checks the uniqueness of keys in `jsonb` field 6 years ago
..
cubrid Fixed yii\db\Command::upsert() for Cubrid/MSSQL/Oracle 7 years ago
mssql Fixed yii\db\Command::upsert() for Cubrid/MSSQL/Oracle 7 years ago
mysql Fixes #14367: In `yii\db\mysql\QueryBuilder` added support fractional seconds for time types for MySQL >= 5.6.4 6 years ago
oci Fixes #14289: Added `yii\db\Command::executeResetSequence()` to work with Oracle 6 years ago
pgsql Fixes #16022: Fix UniqueValidator for PostgreSQL. Checks the uniqueness of keys in `jsonb` field 6 years ago
sqlite Fixes #16897: Fixed `yii\db\sqlite\Schema` missing primary key constraint detection in case of `INTEGER PRIMARY KEY` 6 years ago
ActiveQueryTest.php Fixes #5341: HasMany via two relations 6 years ago
ActiveRecordTest.php Fixes #16245: Fixed `__isset()` in `BaseActiveRecord` not catching errors 6 years ago
AnyCaseValue.php Use root NS specification for opcoded functions 7 years ago
AnyValue.php Add empty lines before return statements. (#14682) [skip ci] 7 years ago
BatchQueryResultTest.php Fix: Query::each() without `indexBy()` zero based keys 7 years ago
ColumnSchemaBuilderTest.php Use root NS specification for opcoded functions 7 years ago
CommandTest.php Fixed CommandTest::testBindValuesSupportsDeprecatedPDOCastingFormat() 7 years ago
CompareValue.php Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
ConnectionTest.php Fixes #16424: `yii\db\Transaction::begin()` throws now `NotSupportedException` for nested transaction and DBMS not supporting savepoints 6 years ago
DatabaseTestCase.php Enhanced tests 7 years ago
GetTablesAliasTestTrait.php Fixed Query not to dig inside Expression 7 years ago
QueryBuilderTest.php Fixes #14367: In `yii\db\mysql\QueryBuilder` added support fractional seconds for time types for MySQL >= 5.6.4 6 years ago
QueryTest.php Added test to verifiy #15731 7 years ago
SchemaTest.php Fixes #15117: Fixed `yii\db\Schema::getTableMetadata` cache refreshing 7 years ago
UnqueryableQueryMock.php PHPDoc fix 7 years ago
testBatchInsertWithYield.php Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago