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.
1 parent 4b1d39e commit 7196b33Copy full SHA for 7196b33
doc/api.md
@@ -14971,7 +14971,7 @@ const query = `SELECT * FROM ` + tableName;
14971
```
14972
14973
The same technique can be used to construct the list of selected
14974
-column names. Make sure to use a Allow List of names to avoid SQL
+column names. Make sure to use an Allow List of names to avoid SQL
14975
Injection security risks.
14976
14977
Each final SQL statement will obviously be distinct, and will use a
0 commit comments