Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
f4d1b2c5
Commit
f4d1b2c5
authored
Oct 27, 2011
by
Andreas Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drastically improve understandability by splitting into two sentences.
parent
0c408469
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
data-retrieval-and-manipulation.rst
en/reference/data-retrieval-and-manipulation.rst
+1
-1
No files found.
en/reference/data-retrieval-and-manipulation.rst
View file @
f4d1b2c5
...
@@ -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, u
sing the query method
- Databases optimize
SQL queries before they are executed. U
sing 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**.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment