1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/lib/Doctrine/ORM/Tools
flip111 a18aba1bb6 Improved error messages in Paginator: LimitSubqueryOutputWalker
The already existing follow-up check throwing "Not all identifier properties can be found in the ResultSetMapping: %s" is a much more technical description.

If $sqlIdentifier is empty (count 0) it can be concluded that there are no mapped results. An alternative error message could thus be "The Paginator does not support queries without mapped results." (line 153).

Possibly '!=' on line 154 could be replaced by '>' because i think this is the only situation that can occur. But since i don't know this for sure, i left it like i found it.

Didn't use elseif in this commit as per Stof his suggestion.
2013-09-17 21:01:09 +02:00
..
Console Add info tag around ATTENTION 2013-07-22 17:11:53 +02:00
Event Fixed documentation for Doctrine\ORM\Tools\Event 2012-12-14 12:49:59 +00:00
Export [DDC-2280] length attribute in <id> was not converted. 2013-05-09 18:15:41 +02:00
Pagination Improved error messages in Paginator: LimitSubqueryOutputWalker 2013-09-17 21:01:09 +02:00
ConvertDoctrine1Schema.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
DebugUnitOfWorkListener.php Proxy generation as of doctrine/common#168 - DCOM-96 2013-02-14 09:57:12 +01:00
DisconnectedClassMetadataFactory.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
EntityGenerator.php Fix for entity generator discriminator column 2013-08-28 18:26:16 +03:00
EntityRepositoryGenerator.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
ResolveTargetEntityListener.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00
SchemaTool.php Merge pull request #537 from Powerhamster/joined-composite-keys 2013-05-04 05:59:02 -07:00
SchemaValidator.php Skip not mapped public properties in SchemaValidator 2013-08-07 01:18:15 +03:00
Setup.php Remove mentions of PEAR installation method, remove code. 2013-02-15 01:04:29 +01:00
ToolEvents.php Fixed typos 2013-03-11 00:08:58 +00:00
ToolsException.php Fixed documentation for Doctrine\ORM\Tools 2012-12-13 18:55:44 +00:00