Kononnable / typeorm-model-generator

Generates models for TypeORM from existing database.
MIT License
1.51k stars 281 forks source link

Special characters like ")" in password is throwing error while running command to generate entities #346

Closed vmittal26 closed 2 years ago

vmittal26 commented 2 years ago

Special characters like ")" in password is throwing error while running command to generate entities

Kononnable commented 2 years ago

Are you using config file/wizard or pass parameter as part of a shell command? Have you properly escaped those special characters in your shell?

vmittal26 commented 2 years ago

I was able to execute command by wrapping password in "" double quotes