Modified Json Implementation from Text to LargeBinary.

This commit is contained in:
pydeepak
2018-11-27 08:20:15 +05:30
parent 4ace113965
commit 10d781c570

View File

@@ -46,7 +46,7 @@ class JSONDict(TypeDecorator):
""" """
impl = TEXT impl = types.LargeBinary
def process_bind_param(self, value, dialect): def process_bind_param(self, value, dialect):
if value is not None: if value is not None: