think-orm icon indicating copy to clipboard operation
think-orm copied to clipboard

设置json类型字段,中文可以改成不转码吗

Open xmzhy opened this issue 4 years ago • 0 comments

vendor/topthink/think-orm/src/db/Builder.php:155 154 } elseif (!is_scalar($val) && (in_array($key, (array) $query->getOptions('json')) || 'json' == $query->getFieldType($key))) { 155 $val = json_encode($val,JSON_UNESCAPED_UNICODE); 156 }

xmzhy avatar Nov 26 '21 05:11 xmzhy