Re: The target connection was wrong in function check_version_compatibility()

2021-01-12 Thread Akshay Joshi
Thanks, patch applied. On Tue, Jan 12, 2021 at 11:03 AM Huang, Jun wrote: > Hi, > The target connection was made by source connection manager(it should be > made by target connection manager) > in function > check_version_compatibility(web\pgadmin\tools\schema_diff\__init__.py). > Attached patch

The target connection was wrong in function check_version_compatibility()

2021-01-11 Thread Huang, Jun
Hi, The target connection was made by source connection manager(it should be made by target connection manager) in function check_version_compatibility(web\pgadmin\tools\schema_diff\__init__.py). Attached patch adds the changes. Regrads, Huang 0001-Target-connection-was-wrong-in-function.pat