pgAdmin 4 commit: Proper SQL should be generated when create domain of

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Proper SQL should be generated when create domain of
Date: 2019-01-22 12:23:47
Message-ID: E1glv5n-0003H7-DX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-22 12:24:18 Re: [pgAdmin4][Patch] - RM 3853 - Incorrect SQL generated for create script of domain type interval with precision. ERROR: syntax error at or near "["
Previous Message Dave Page 2019-01-22 12:08:26 Re: [pgAdmin4][RM3849] Ask to save unsaved query changes stopped working