Qovery / Replibyte

Seed your development database with real data ⚡️
https://www.replibyte.com
GNU General Public License v3.0
4.17k stars 129 forks source link

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

Open elanderos318 opened 7 months ago

elanderos318 commented 7 months ago

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.