openresty / lua-resty-mysql

Nonblocking Lua MySQL driver library for ngx_lua or OpenResty
708 stars 236 forks source link

add support for json column type #87

Open beimingmaster opened 5 years ago

beimingmaster commented 5 years ago

After mysql 5.7 published, mysql already supported with json column type, but lua-resty-mysql component not, it maked json type as string. When existing json column type in result for querying, it needed to convert every json column field in application layer. it is not convenient.