Comment 11 for bug 1735250

Revision history for this message
wangxiyuan (wangxiyuan) wrote : Re: Password column limit (128 char) in the Password table exceeded when using passwords exceeding 2000 characters

This error happens if Sqlalchemy lib's version < 1.1. Bump its version to >=1.1 can solved this problem.