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 67285cc commit 3430c51Copy full SHA for 3430c51
Readme.md
@@ -687,7 +687,7 @@ connection.query('SELECT * FROM `books` WHERE `author` = ?', ['David'], function
687
The third form `.query(options, callback)` comes when using various advanced
688
options on the query, like [escaping query values](#escaping-query-values),
689
[joins with overlapping column names](#joins-with-overlapping-column-names),
690
-[timeouts](#timeout), and [type casting](#type-casting).
+[timeouts](#timeouts), and [type casting](#type-casting).
691
692
```js
693
connection.query({
0 commit comments