We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef57d5 commit ef86b52Copy full SHA for ef86b52
book/doctrine.rst
@@ -544,7 +544,7 @@ Take a look at the previous example in more detail:
544
545
In fact, since Doctrine is aware of all your managed entities, when you call
546
the ``flush()`` method, it calculates an overall changeset and executes
547
- the queries in the correct order. It utilizes cached prepare statement to
+ the queries in the correct order. It utilizes cached prepared statement to
548
slightly improve the performance. For example, if you persist a total of 100
549
``Product`` objects and then subsequently call ``flush()``, Doctrine will
550
execute 100 ``INSERT`` queries using a single prepared statement object.
0 commit comments