diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mysql.php b/lib/mysql.php index 95f6e2b..edeae96 100644 --- a/lib/mysql.php +++ b/lib/mysql.php @@ -497,7 +497,7 @@ namespace { $res->type = 'blob'; break; case MYSQLI_TYPE_VAR_STRING: - $res->type = 'varchar'; + $res->type = 'string'; break; case MYSQLI_TYPE_STRING: $res->type = 'char'; |