pgAdmin 4 commit: Various improvements to the NULL/DEFAULT handling in

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Various improvements to the NULL/DEFAULT handling in
Date: 2017-05-15 14:04:19
Message-ID: E1dAGbj-0005a7-Qe@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Various improvements to the NULL/DEFAULT handling in the data editor. Fixes #2399

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d7d4bf475bc5b131d9a76376ebfc87e004d92333
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/command.py | 7 +-
.../sqleditor/templates/sqleditor/js/sqleditor.js | 110 +++++++++++++++++----
2 files changed, 95 insertions(+), 22 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-15 14:05:44 Re: Re: [pgAdmin4][Patch][RM2399]: Disabled row's background color disappeared on save in View data
Previous Message Dave Page 2017-05-15 14:03:34 pgAdmin 4 commit: Ensure that there's an __init__.py file present in th