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.
 
 
 
 
 
Jose Lorente 98759201ac Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. 10 years ago
..
cubrid
mssql
pgsql Fixes #4492: Support PostgreSQL-specific syntax for `QueryBuilder::alterColumn()` 10 years ago
sqlite fixed failure on sqlite version check 10 years ago
ActiveRecordTest.php Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached. 10 years ago
BatchQueryResultTest.php
CommandTest.php PHP type casting 10 years ago
ConnectionTest.php
DatabaseTestCase.php improved db test, avoid error by accessing db directlry 10 years ago
QueryBuilderTest.php override only mssql and sqlite QueryBuilder; throw an exception for composite in condition with a subquery 10 years ago
QueryTest.php
SchemaTest.php