pgAdmin 4 commit: Fix support for the CLOB datatype in EPAS. Fixes #359

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix support for the CLOB datatype in EPAS. Fixes #359
Date: 2018-09-13 12:45:10
Message-ID: E1g0Qze-000172-DP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix support for the CLOB datatype in EPAS. Fixes #3596

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38ddea038ade9c1e32aefd725f3e262bf4aef215
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_4.rst | 1 +
.../databases/schemas/tables/column/__init__.py | 30 ++-------------
.../column/sql/9.2_plus/edit_mode_types.sql | 5 ---
.../templates/column/sql/9.2_plus/properties.sql | 44 ++++++++++++++++++++++
.../tables/templates/column/sql/default/create.sql | 2 +-
.../column/sql/default/edit_mode_types.sql | 14 +++++--
.../servers/databases/schemas/tables/utils.py | 13 +------
web/pgadmin/utils/ajax.py | 13 +++++++
8 files changed, 74 insertions(+), 48 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-09-13 12:46:44 Re: [pgAdmin4][RM3596] Add support for CLOB data type support for EPAS
Previous Message Akshay Joshi 2018-09-13 06:10:18 Re: [pgAdmin4][Patch]: RM #3607 Edit Data: Not able to remove filter SQL condition