1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Merge pull request #85 from Tobion/patch-1

fix confusing typo in ordered collections
This commit is contained in:
Guilherme Blanco 2012-04-20 21:07:14 -07:00
commit da21917dad

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