blainehansen / postgres_migrator

A postgres migration generator and runner that uses raw declarative sql.
MIT License
89 stars 6 forks source link

Dash in database name prevents connection #3

Closed SinnySupernova closed 8 months ago

SinnySupernova commented 8 months ago

Error: db error: ERROR: syntax error at or near "-"

It's likely that other special symbols would produce the same error

blainehansen commented 8 months ago

Let me know if that solves your problem!

SinnySupernova commented 8 months ago

Yep. Worked like a charm! Thanks a lot for your help ❤️