Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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