| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Remove arbitrary (and incorrect) requirement that com |
| Date: | 2019-11-01 15:22:02 |
| Message-ID: | E1iQYkU-0002qI-Tm@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Remove arbitrary (and incorrect) requirement that composite types must have at least two members. Fixes #4451
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=080ccdda5b293864f752b02b37e5ec9a51a1236b
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_4_15.rst | 1 +
.../servers/databases/schemas/types/__init__.py | 15 -------------
.../default/create_composite_type_one_field.sql | 11 +++++++++
.../schemas/types/tests/default/tests.json | 26 ++++++++++++++++++++++
4 files changed, 38 insertions(+), 15 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2019-11-01 15:22:40 | Re: [pgAdmin][RM4451]Cannot construct SQL script for composite type having only one field variable |
| Previous Message | Dave Page | 2019-11-01 15:00:54 | Re: [pgAdmin][RM4647] Select File Dialog Sort by file size does not take units into account |