public inbox for [email protected]
help / color / mirror / Atom feedpgAdmin 4 commit: Fixed an issue where schema diff is showing identical
4+ messages / 1 participants
[nested] [flat]
* pgAdmin 4 commit: Fixed an issue where schema diff is showing identical
@ 2020-09-24 07:54 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Akshay Joshi @ 2020-09-24 07:54 UTC (permalink / raw)
To: [email protected]
Fixed an issue where schema diff is showing identical table as different due to default vacuum settings. Fixes #5826
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=68588fbb4401cd7b6743f75772b1e57b155c...
Modified Files
--------------
docs/en_US/release_notes_4_27.rst | 1 +
.../servers/databases/schemas/tables/schema_diff_utils.py | 3 ++-
.../servers/databases/schemas/views/__init__.py | 2 +-
web/pgadmin/tools/schema_diff/__init__.py | 2 ++
web/pgadmin/tools/schema_diff/compare.py | 2 --
web/pgadmin/tools/schema_diff/directory_compare.py | 15 +++++++++++++++
6 files changed, 21 insertions(+), 4 deletions(-)
^ permalink raw reply [nested|flat] 4+ messages in thread
* pgAdmin 4 commit: Fixed an issue where schema diff doesn't show the res
@ 2020-12-01 08:16 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Akshay Joshi @ 2020-12-01 08:16 UTC (permalink / raw)
To: [email protected]
Fixed an issue where schema diff doesn't show the result of compare if source schema has tables with RLS. Fixes #5998
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=64e6570f002af422f3695e4e95d3b2501bc3...
Modified Files
--------------
docs/en_US/release_notes_4_29.rst | 1 +
.../servers/databases/schemas/tables/row_security_policies/__init__.py | 3 ++-
.../tables/templates/row_security_policies/sql/10_plus/properties.sql | 2 +-
.../tables/templates/row_security_policies/sql/9.5_plus/properties.sql | 2 +-
.../tables/templates/row_security_policies/sql/default/properties.sql | 2 +-
5 files changed, 6 insertions(+), 4 deletions(-)
^ permalink raw reply [nested|flat] 4+ messages in thread
* pgAdmin 4 commit: Fixed an issue where schema diff showing wrong SQL wh
@ 2021-03-01 07:50 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Akshay Joshi @ 2021-03-01 07:50 UTC (permalink / raw)
To: [email protected]
Fixed an issue where schema diff showing wrong SQL when comparing triggers with different when clause. Fixes #6281.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9225493a93028f54295789869f4fdd5d9bb3...
Author: Huangj <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_5_1.rst | 1 +
.../schemas/tables/templates/triggers/sql/pg/default/update.sql | 2 +-
.../schemas/tables/templates/triggers/sql/ppas/default/update.sql | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
^ permalink raw reply [nested|flat] 4+ messages in thread
* pgAdmin 4 commit: Fixed an issue where schema diff does not create DROP
@ 2021-04-26 11:11 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Akshay Joshi @ 2021-04-26 11:11 UTC (permalink / raw)
To: [email protected]
Fixed an issue where schema diff does not create DROP DEFAULT statement for columns. Fixes #6377
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d6f077cf839a932fac72ddd6b51eddc9196...
Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 1 +
.../databases/schemas/tables/templates/columns/sql/10_plus/update.sql | 2 +-
.../databases/schemas/tables/templates/columns/sql/9.2_plus/update.sql | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2021-04-26 11:11 UTC | newest]
Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24 07:54 pgAdmin 4 commit: Fixed an issue where schema diff is showing identical Akshay Joshi <[email protected]>
2020-12-01 08:16 pgAdmin 4 commit: Fixed an issue where schema diff doesn't show the res Akshay Joshi <[email protected]>
2021-03-01 07:50 pgAdmin 4 commit: Fixed an issue where schema diff showing wrong SQL wh Akshay Joshi <[email protected]>
2021-04-26 11:11 pgAdmin 4 commit: Fixed an issue where schema diff does not create DROP Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox