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 2d0e3fb9ef
Fixed Oracle SQL queries with `IN` condition and more than 1000 parameters
8 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 fixed tests without assettions 8 years ago
sqlite Used more specific unit test assertions in framework tests 8 years ago
ActiveQueryTest.php Fixed formatting in tests [skip ci] 8 years ago
ActiveRecordTest.php fixed tests without assettions 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 Fixes #13807: Fixed `yii\db\QueryBuilder` to inherit subquery params when building a `INSERT INTO ... SELECT` query 8 years ago
ConnectionTest.php fixed tests without assettions 8 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 fixed tests without assettions 8 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