jackc / tern

The SQL Fan's Migrator
MIT License
925 stars 68 forks source link

port in config file not respected #26

Closed gsmcwhirter closed 3 years ago

gsmcwhirter commented 3 years ago

I have a non-standard port for a postgres server and specifying it in the tern.conf file did not pass it through to the connection properly (it still tried to use 5432). Specifying the custom port with --port on the command line did work.

jackc commented 3 years ago

I believe this was already fixed on master in a9992da but I hadn't tagged a release with it. I've just tagged v1.12.2 which should resolve this issue.

gsmcwhirter commented 3 years ago

Seems to work with the v1.12.2, thanks. (side note, the v1.12.2 binary reports its version as 1.12.3 with tern version -- not a big deal, just something odd)

jackc commented 3 years ago

Whoops. I made a typo on the version number. I just tagged v1.12.3 to fix the mismatch. No other changes.