lua-resty-mysql icon indicating copy to clipboard operation
lua-resty-mysql copied to clipboard

add support for json column type

Open beimingmaster opened this issue 6 years ago • 0 comments

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.

beimingmaster avatar Mar 31 '19 16:03 beimingmaster