benkeen / generatedata

A powerful, feature-rich, random test data generator.
https://generatedata.com
2.22k stars 611 forks source link

Postgres values should not be wrapped in double quotes #684

Closed lucky800 closed 3 years ago

lucky800 commented 3 years ago

Well when im trying on to generate for postgres the valus is generating with " " image

benkeen commented 3 years ago

Thanks @lucky800! This is a bug that's snuck in since v3. The strings should all be in single quotes. I'll patch this in the next version - probably today or tomorrow.

benkeen commented 3 years ago

https://www.prisma.io/dataguide/postgresql/short-guides/quoting-rules

benkeen commented 3 years ago

All fixed, thanks @lucky800. Let me know if you spot any other problems!