redwert / pg-dump-restore

Utility that gives ability to call pg_dump and pg_restore from nodejs.
7 stars 8 forks source link

If password contains special characters, the password should be encoded #12

Closed atlanteh closed 5 months ago

atlanteh commented 5 months ago

if your password is %, then before passing the password to the library the password has to be encoded to %25. It would be nice to either fix it, or at least show a warning in the documentation

redwert commented 5 months ago

Please create the pull request with needed changes and I will redeploy new version

redwert commented 5 months ago

Published the new version. Sorry for the delay