summaryrefslogtreecommitdiffstats
path: root/lib/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mysql.php')
-rw-r--r--lib/mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mysql.php b/lib/mysql.php
index edeae96..7f6f008 100644
--- a/lib/mysql.php
+++ b/lib/mysql.php
@@ -500,7 +500,7 @@ namespace {
$res->type = 'string';
break;
case MYSQLI_TYPE_STRING:
- $res->type = 'char';
+ $res->type = 'string';
break;
case MYSQLI_TYPE_GEOMETRY:
$res->type = 'geometry';