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 3a95b06 commit 0981d64Copy full SHA for 0981d64
api.php
@@ -198,7 +198,7 @@ public function isNumericType($field) {
198
199
public function isBinaryType($field) {
200
//echo "$field->name: $field->type ($field->flags)\n";
201
- return ($field->flags & 128) && ($field->type>=249) && ($field->type<=254);
+ return (($field->flags & 128) && (($field->type>=249 && $field->type<=252) || $field->charsetnr==63));
202
}
203
204
public function isGeometryType($field) {
0 commit comments