You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/features/queries.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ console.log(res.rows[0])
27
27
```
28
28
29
29
<divclass="alert alert-warning">
30
-
PostgreSQL does not support parameters for identifiers. If you need to have dynamic database, schema, table, or column names (e.g. in DDL statements) use <ahref="https://www.npmjs.com/package/pg-format">pg-format</a> package for handling escaping these values to ensure you do not have SQL injection!
30
+
PostgreSQL does not support parameters for identifiers. If you need to have dynamic database, schema, table, or column names (e.g. in DDL statements) use [pg-format](https://www.npmjs.com/package/pg-format) package for handling escaping these values to ensure you do not have SQL injection!
31
31
</div>
32
32
33
33
Parameters passed as the second argument to `query()` will be converted to raw data types using the following rules:
0 commit comments