Loading lib/galaxy/model/custom_types.py +2 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,8 @@ class MetadataType(JSONType): writes in JSON. """ cache_ok = True def process_bind_param(self, value, dialect): if value is not None: if MAX_METADATA_VALUE_SIZE is not None: Loading Loading
lib/galaxy/model/custom_types.py +2 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,8 @@ class MetadataType(JSONType): writes in JSON. """ cache_ok = True def process_bind_param(self, value, dialect): if value is not None: if MAX_METADATA_VALUE_SIZE is not None: Loading