Re: [pgAdmin4][RM3596] Add support for CLOB data type support for EPAS - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgAdmin4][RM3596] Add support for CLOB data type support for EPAS
Date
Msg-id CA+OCxozQkRQEZnemNRg4znfZGbind5oNboVqjJJkp3=njGt+zg@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4][RM3596] Add support for CLOB data type support for EPAS  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Thanks, patch applied.

Fahar; please test this thoroughly - I have limited EPAS instances to hand. Thanks!


On Wed, Sep 12, 2018 at 2:19 PM, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached is the patch to fix:
1) CLOB data type (and other datatypes of sys schema) was not visible in properties of existing column to edit for EPAS.
2) CLOB data type was not set as CLOB in column data type drop down.
3) Create a type in public schema eg-"typeInPublic" and try to create a column with that type. It failed to create.
4) DEFAULT keyword was added to generated SQL on focus on Default value textbox focus and staying there forever even if textbox is blank.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix support for the CLOB datatype in EPAS. Fixes#359
Next
From: Akshay Joshi
Date:
Subject: [pgAdmin4][Patch]: Added basic start up logs for RunTime