Skip to content

Field containing '%' causes formatflagsconversionmismatchexception in db dump #52

@CobaltChicken

Description

@CobaltChicken

java.util.FormatFlagsConversionMismatchException at TestLoadFilesIT.java:199

Seems to happen when you attempt to dump a database record containing a percentage sign in a column. The text is fed through String.format and percentage characters are treated as a placeholder field.

Literal % signs need to be escaped before calling format().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions