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.
 
 
 
 
 
Tigrov 2b7e8be1e8
Fixes #14192: Fixed wrong default null value for TIMESTAMP when using PostgreSQL
7 years ago
..
cubrid Fixes #13745: `SQLSTATE[HY093]: Invalid parameter number: parameter was not defined` in MSSQL and bug fixes in `yii\db\QueryBuilder::buildLikeCondition()` 8 years ago
mssql Fixed Oracle SQL queries with `IN` condition and more than 1000 parameters 8 years ago
mysql Skipped segfaulting test when running on Travis and corresponding PHP versions 8 years ago
oci Fixed Oracle SQL queries with `IN` condition and more than 1000 parameters 8 years ago
pgsql Fixes #14192: Fixed wrong default null value for TIMESTAMP when using PostgreSQL 7 years ago
sqlite moved query log logic into private method and reduced calls to getRawSql() 7 years ago
ActiveQueryTest.php Fixes #14211: Fixed regression in Unique and Exist validators 7 years ago
ActiveRecordTest.php Remove unused imports. (#14096) 8 years ago
BatchQueryResultTest.php Used more specific unit test assertions in framework tests 8 years ago
ColumnSchemaBuilderTest.php Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
CommandTest.php !== 8 years ago
ConnectionTest.php fix cloning of DB connection for sqlite in-memory db 7 years ago
DatabaseTestCase.php Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
QueryBuilderTest.php fixed tests without assettions 8 years ago
QueryTest.php Fixes #13846: Fixed `Query::count()` issue with `orderBy` 7 years ago
SchemaTest.php Used more specific unit test assertions in framework tests 8 years ago
UnqueryableQueryMock.php Fixes #13467: `yii\data\ActiveDataProvider` no longer queries models if models count is zero 8 years ago
testBatchInsertWithYield.php Fixes #13418: Fixed `QueryBuilder::batchInsert()` if $rows is `\Generator` 8 years ago