1
0
Fork 0
mirror of synced 2025-04-03 05:13:37 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Query
Sergio Santoro e798bfe34a
[QUERY] "INSTANCE OF" now behaves correctly with subclasses
There was a bug in the "INSTANCE OF" operator as described in
https://groups.google.com/forum/#!topic/doctrine-user/B8raq8CNMgg

"INSTANCE OF" was not taking into account subclasses.
It was merely translating the class to its discriminator.
This is not correct since the class can have subtypes and those
are, indeed, still instance of the superclass.
Also, classes may not have a discriminator (e.g. abstract classes).

This commit also provides useful tests to avoid regression.
2017-04-11 17:50:01 +02:00
..
CustomTreeWalkersJoinTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
CustomTreeWalkersTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
DeleteSqlGenerationTest.php remove license from header of test files 2016-10-26 13:24:33 -03:00
ExprTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
FilterCollectionTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
LanguageRecognitionTest.php Quieting risky test warnings where tests do actually perform assertions 2017-03-31 23:23:22 +01:00
LexerTest.php Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
ParameterTypeInfererTest.php Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
ParserResultTest.php Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
ParserTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
QueryExpressionVisitorTest.php Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
QueryTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
SelectSqlGenerationTest.php [QUERY] "INSTANCE OF" now behaves correctly with subclasses 2017-04-11 17:50:01 +02:00
SqlWalkerTest.php Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
UpdateSqlGenerationTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00