Added a note about changing the fetch mode for to-many relations
This commit is contained in:
parent
0e3c57dbd3
commit
dfbf996a50
@ -1370,6 +1370,9 @@ Given that there are 10 users and corresponding addresses in the database the ex
|
|||||||
SELECT * FROM users;
|
SELECT * FROM users;
|
||||||
SELECT * FROM address WHERE id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
|
SELECT * FROM address WHERE id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Changing the fetch mode during a query is only possible for one-to-one and many-to-one relations.
|
||||||
|
|
||||||
|
|
||||||
EBNF
|
EBNF
|
||||||
----
|
----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user