X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/ce08420c5e65f58ecf62cd4d4c7da11088ba1888..547d05bc0d164faa1e0f6d4b3e8c744ba47a534b:/sercom/model.py diff --git a/sercom/model.py b/sercom/model.py index 9a3dd63..b9fddbb 100644 --- a/sercom/model.py +++ b/sercom/model.py @@ -41,7 +41,7 @@ class TupleValidator(PickleValidator): class SOTupleCol(SOPickleCol): def createValidators(self): - return [TupleValidator(name=self.name)] + return [TupleValidator(name=self.name, pickleProtocol=self.pickleProtocol)] class TupleCol(PickleCol): baseClass = SOTupleCol