Skip to content

Commit e1b920f

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.3
2 parents fbd875c + 1873121 commit e1b920f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ that query multiple times with new sets of data. This eliminates the possibility
193193
passed to the database in a different format than the query itself. When you need to run the same query multiple times
194194
it can be quite a bit faster, too. However, to use it for every query can have major performance hits, since you're calling
195195
out to the database twice as often. Since the Query Builder and Database connections already handle escaping the data
196-
for you, the safety aspect is already taken care of for you. There will be times, though, when you need to ability
196+
for you, the safety aspect is already taken care of for you. There will be times, though, when you need the ability
197197
to optimize the query by running a prepared statement, or prepared query.
198198

199199
Preparing the Query

0 commit comments

Comments
 (0)