Reimplement JSON support (#310)

This commit is contained in:
INADA Naoki
2018-12-13 12:41:53 +09:00
committed by GitHub
parent bf77dd0633
commit fe8032430c
3 changed files with 6 additions and 16 deletions

View File

@ -129,4 +129,5 @@ conversions = {
FIELD_TYPE.STRING: bytes,
FIELD_TYPE.VAR_STRING: bytes,
FIELD_TYPE.VARCHAR: bytes,
FIELD_TYPE.JSON: bytes,
}