File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Documentation/ApiOverview/Database/DoctrineDbal/ExpressionBuilder Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11.. warning ::
22
3- Be aware to properly quote values identifiers and sub-expressions by using
3+ Make sure that you quote value identifiers and sub-expressions using
44 QueryBuilder methods like :php: `quote() `, :php: `quoteIdentifier ` or :php: `createNamedParameter `.
5- No automatic quoting will be applied .
5+ Quotes are not added automatically .
66
7- It is of crucial importance to quote values correctly to not introduce SQL
8- injection attack vectors into your application. See the :ref: ` according
9- section of the query builder <database-query-builder-create-named-parameter>`
7+ It is very important to quote values correctly so that you don't introduce SQL
8+ injection attack vectors into your application. See
9+ :ref: ` this section of the query builder <database-query-builder-create-named-parameter >`
1010 for details.
You can’t perform that action at this time.
0 commit comments