Add Reverse Engineered SQL tests for Domains. Fixes #4463 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=88ab6db9769023485354e967f9f0f7288df5b1fb Author: Neel Patel <neel.pa...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_11.rst | 1 + .../domains/tests/default/alter_domain_comment.sql | 16 +++++ .../default/alter_domain_default_expression.sql | 15 +++++ .../domains/tests/default/alter_domain_name.sql | 15 +++++ .../tests/default/alter_domain_null_type.sql | 15 +++++ .../domains/tests/default/create_domain.sql | 16 +++++ .../schemas/domains/tests/default/test.json | 69 ++++++++++++++++++++++ 7 files changed, 147 insertions(+)