wiki.techinc.nl/tests/phpunit/includes/db
Sumit Asthana 26235c7337 Database::makeList() : Handle NULL when building 'IN' clause
Amends to Database::makeList() to check if 'NULL' is present in array while
building IN clause. Presently a NULL in array intended to build IN clause, is
treated as a usual value. This creates
problem:https://dev.mysql.com/doc/refman/5.0/en/comparison-operators.html#function_in
Therefore null is appended at the end of the IN clause as " $field IS NULL"
rather than within the IN clause.
DatabaseSQLTest.php: Some test cases added for the modified behaviour.

Bug: T50853
Change-Id: Ic255c37e9702fd44d8173027ab8036ddc48f9d2e
2015-01-03 22:20:35 +05:30
..
DatabaseMysqlBaseTest.php Remove '@section LICENSE' 2014-11-26 02:20:55 +00:00
DatabaseSqliteTest.php Fixed spacing 2014-12-05 22:28:07 +01:00
DatabaseSQLTest.php Database::makeList() : Handle NULL when building 'IN' clause 2015-01-03 22:20:35 +05:30
DatabaseTest.php Pass phpcs-strict on some test files (6/11) 2014-04-24 18:26:19 +00:00
DatabaseTestHelper.php Fix calls to DatabaseBase static functions 2014-08-17 03:23:18 +00:00
LBFactoryTest.php Remove '@section LICENSE' 2014-11-26 02:20:55 +00:00
ORMRowTest.php Change @return to start with type 2014-08-20 20:35:41 +02:00
ORMTableTest.php Fix phpunit test tags 2014-11-07 20:11:08 +00:00
TestORMRowTest.php Remove require_once from some tests by adding classes to TestsAutoLoader 2014-11-12 20:24:08 +01:00