1
0
mirror of synced 2025-01-20 15:31:40 +03:00
Ulf a7aa634247 Fixed mapping of discriminator column
Added fix for [DDC-3170] (http://www.doctrine-project.org/jira/browse/DDC-3170).

When querying a simple entity which uses single table- or class table inheritance using simple object hydration (``AbstractQuery::HYDRATE_SIMPLEOBJECT``), the mapped discriminator column was not retrieved correctly.

If the column got an alias during result set mapping other than it's actual name (e.g. ``type34`` insteaad of ``type``) than this alias wasn't reverted when retrieving the discriminator column from the SQL result set.
2014-06-17 14:51:19 +02:00
..
2014-05-15 18:22:56 +02:00
2014-02-05 15:13:53 +01:00
2014-02-09 23:45:22 +00:00
2013-04-06 14:31:27 +00:00
2014-06-04 15:59:57 +02:00
2014-02-11 23:44:24 +01:00
2013-06-14 12:07:28 -04:00
2014-05-16 09:32:52 +02:00
2013-12-16 15:55:54 -05:00
2014-05-15 18:22:56 +02:00
2013-03-11 00:08:58 +00:00
2012-12-13 18:19:21 +00:00
2013-03-11 00:08:58 +00:00
2013-11-19 11:50:43 -05:00

The file is empty.