Changing case.
This commit is contained in:
parent
27233af0d2
commit
823db6071b
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user