Skip to content

Commit

Permalink
docs: add link to issue reference
Browse files Browse the repository at this point in the history
closes #1273
  • Loading branch information
TehShrike authored and dougwilson committed Nov 27, 2015
1 parent 954b5bc commit e6b075e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -1207,7 +1207,7 @@ connection.query({
}
});
```
__WARNING: YOU MUST INVOKE the parser using one of these three field functions in your custom typeCast callback. They can only be called once.( see #539 for discussion)__
__WARNING: YOU MUST INVOKE the parser using one of these three field functions in your custom typeCast callback. They can only be called once. (see [#539](https://github.com/felixge/node-mysql/issues/539) for discussion)__

```
field.string()
Expand Down

0 comments on commit e6b075e

Please sign in to comment.