We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 784728f + 73225c4 commit 6c36d6bCopy full SHA for 6c36d6b
README.markdown
@@ -264,7 +264,7 @@ Here is an example:
264
265
local name = ngx.unescape_uri(ngx.var.arg_name)
266
local quoted_name = ngx.quote_sql_str(name)
267
- local sql = "select * from users where name = " .. name
+ local sql = "select * from users where name = " .. quoted_name
268
269
Debugging
270
=========
0 commit comments