pgAdmin 4 commit: Fixed following schema diff issues:

2020-08-13 Thread Akshay Joshi
Fixed following schema diff issues: 1) Avoid template databases from the Database drop-down list. 2) Exclude system schemas while comparing two databases. 3) Escape group name for XSS. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=63df19ee

pgAdmin 4 commit: Fixed following schema diff issues:

2020-08-11 Thread Akshay Joshi
Fixed following schema diff issues: 1) Wrong SQL generated for the columns having different data type.   2) Added 'castfunc' in the ignore list. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=082b968bbcec2abde196278e111987147ad2fa72 Modifie

pgAdmin 4 commit: Fixed following schema diff issues:

2020-01-28 Thread Akshay Joshi
Fixed following schema diff issues: 1) Version mismatch should be displayed if you select EPAS 11 as the source and EPAS 12 as the target. 2) We should handle schema diff if the user stops the server after compare. 3) The data type is not visible for column headers in the query tool/view da