1
0
mirror of synced 2024-12-14 23:26:04 +03:00

fix confusing typo in ordered collections

This commit is contained in:
Tobias Schultze 2012-04-12 23:22:06 +03:00
parent e168b4e543
commit 301f4d0346

View File

@ -64,7 +64,7 @@ However the following:
SELECT u, g FROM User u JOIN u.groups g WHERE u.id = 10 ORDER BY g.name ASC
You can't reverse the order with an explicit DQL ORDER BY:
You can reverse the order with an explicit DQL ORDER BY:
.. code-block:: sql