1
0
mirror of synced 2024-12-15 07:36:03 +03:00

Changing case.

This commit is contained in:
Jonathan H. Wage 2010-06-17 13:32:11 -04:00
parent 27233af0d2
commit 823db6071b

View File

@ -521,7 +521,7 @@ automatically:
Now lets run a simple query to retrieve the `Employee` we just created: Now lets run a simple query to retrieve the `Employee` we just created:
[sql] [sql]
select e from Entities\Employee e where e.name = 'test' SELECT e FROM Entities\Employee e WHERE e.name = 'test'
If we check the generated SQL you will notice it has some special conditions added to If we check the generated SQL you will notice it has some special conditions added to
ensure that we will only get back `Employee` entities: ensure that we will only get back `Employee` entities: