Thread: pgAdmin 4 commit: Proper SQL should be generated when create domainof

pgAdmin 4 commit: Proper SQL should be generated when create domainof

From
Akshay Joshi
Date:
Proper SQL should be generated when create domain of type interval with precision. Fixes #3853

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c6bae69b6f71ee68886aae5db895952af067fff1
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                   |   1 +
.../servers/databases/schemas/domains/__init__.py  |   3 +-
.../schemas/domains/tests/test_domain_sql.py       | 117 +++++++++++++++++++++
.../databases/schemas/domains/tests/utils.py       |  61 ++++++++++-
4 files changed, 177 insertions(+), 5 deletions(-)