Commit f4d1b2c5 authored by Andreas Fischer's avatar Andreas Fischer

Drastically improve understandability by splitting into two sentences.

parent 0c408469
...@@ -55,7 +55,7 @@ several drawbacks: ...@@ -55,7 +55,7 @@ several drawbacks:
- **Quoting** dynamic parameters for an SQL query is tedious work and requires lots - **Quoting** dynamic parameters for an SQL query is tedious work and requires lots
of use of the ``Doctrine\DBAL\Connection#quote()`` method, which makes the of use of the ``Doctrine\DBAL\Connection#quote()`` method, which makes the
original SQL query hard to read/understand. original SQL query hard to read/understand.
- Databases optimize the SQL query to be executed, using the query method - Databases optimize SQL queries before they are executed. Using the query method
you will trigger the optimization process over and over again, although you will trigger the optimization process over and over again, although
it could re-use this information easily using a technique called **prepared statement**. it could re-use this information easily using a technique called **prepared statement**.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment