Skip to content

Commit 11669d2

Browse files
authored
Update query-handling.md
1 parent f69e788 commit 11669d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/recipes/query-handling.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"tag-syntax",
2424
"tag-queryparam",
2525
"tag-query",
26-
"function-queryexecute"
26+
"function-queryexecute",
27+
"recommended-settings"
2728
]
2829
}
2930
-->
@@ -460,4 +461,4 @@ Lucee's query execution options provide flexibility for different programming st
460461

461462
Choose based on your specific needs: performance requirements, coding style preferences, typical query execution times, and application architecture. For applications with predominantly fast queries, cfquery or queryExecute will provide the best performance. For applications with complex, longer-running queries, the choice can be based more on coding style and feature requirements.
462463

463-
Remember: the most important consideration is **always using parameters** to prevent SQL injection attacks. The performance difference between parameter syntaxes is negligible compared to the security benefits they provide.
464+
Remember: the most important consideration is **always using parameters** to prevent SQL injection attacks. The performance difference between parameter syntaxes is negligible compared to the security benefits they provide.

0 commit comments

Comments
 (0)