Commit Graph

2 Commits (cc8874864ca44ec013e132ebcb80b40878010d12)

Author SHA1 Message Date
Jason Song c84238800b
Refactor `setting.Database.UseXXX` to methods ()
Replace .

Refactor `setting.Database.UseMySQL` to
`setting.Database.Type.IsMySQL()`.

To avoid mismatching between `Type` and `UseXXX`.

This refactor can fix the bug mentioned in , so it should be
backported.
zeripath 52dd383b6d
Increase Content field size of gpg_key_import to MEDIUMTEXT ()
Unfortunately  does not completely prevent Data too long issues
and GPGKeyImport needs to be increased too.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>