Changing case.
This commit is contained in:
parent
27233af0d2
commit
823db6071b
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ automatically:
|
|||
Now lets run a simple query to retrieve the `Employee` we just created:
|
||||
|
||||
[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
|
||||
ensure that we will only get back `Employee` entities:
|
||||
|
|
Loading…
Add table
Reference in a new issue