Skip to content

dump process adds an additional apostrophe char to existing apostrophes #296

@elanderos318

Description

@elanderos318

When creating a data dump, the dump will strangely transform string data in an unexpected way. Whenever it encounters an apostrophe char, it will add an additional apostrophe char next to it. Example:

Original: "Master's Degree"
Dump: "Master''s Degree"

I'm dumping from a postgres database.

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