Unverified Commit c0e3c232 authored by John Chilton's avatar John Chilton Committed by GitHub
Browse files

Merge pull request #14255 from mvdbeek/metadata_type_cache_ok

[22.05] Small speedup by using cache_ok on MetadataType
parents ea9f2625 60849892
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: