Skip to content

Commit 55f132c

Browse files
committed
docs: add note on binary character set type casting
closes mysqljs#1071
1 parent 6474bf5 commit 55f132c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,9 @@ types by default. The following mappings exist:
11581158

11591159
### String
11601160

1161+
**Note** text in the binary character set is returned as `Buffer`, rather
1162+
than a string.
1163+
11611164
* CHAR
11621165
* VARCHAR
11631166
* TINYTEXT

0 commit comments

Comments
 (0)