| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fix handling of tie/datetime array types when adding |
| Date: | 2018-03-02 11:51:56 |
| Message-ID: | E1erjEC-00079t-Ih@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Fix handling of tie/datetime array types when adding columns to a table. Fixes #3079
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7cdb489a47ca7ec052ff4ddb5757308a11378bb1
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Modified Files
--------------
.../schemas/tables/column/tests/test_column_add.py | 2 +-
.../tables/column/tests/test_column_delete.py | 2 +-
.../tables/column/tests/test_column_msql.py | 183 +++++++++++++++++++++
.../schemas/tables/column/tests/test_column_put.py | 2 +-
.../databases/schemas/tables/column/tests/utils.py | 9 +-
.../type/macros/get_full_type_sql_format.macros | 2 +-
6 files changed, 193 insertions(+), 7 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2018-03-02 11:52:02 | Re: RM3079 fix for wrong sql datetime/time related datatypes |
| Previous Message | Dave Page | 2018-03-02 11:12:03 | Re: [pgAdmin4][RM#3073] Allow user to schedule without End date from UI |