लापता कास्ट का उपयोग करके जोड़ें:
class CastingArray(ARRAY):
def bind_expression(self, bindvalue):
return cast(bindvalue, self)
और मॉड्यूल को परिभाषित करते समय ARRAY
. के बजाय इस वर्ग का उपयोग करें (old_passwords = db.Column(CastingArray(JSONB))
(जवाब https://groups.google.com/forum/# से लिया गया है !topic/sqlalchemy/oB4zVgUEMgA )