pgAdmin 4 commit: Sequence related validation/fixes. Fixes #1119

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Sequence related validation/fixes. Fixes #1119
Date: 2016-08-08 11:47:22
Message-ID: E1bWj1e-0007VY-50@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Sequence related validation/fixes. Fixes #1119

1) Add proper validation checks for fields.
2) Fixed wrong sql generation due to incorrect conditions in template.

Branch
------
master

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

Modified Files
--------------
.../sequences/templates/sequence/js/sequence.js | 35 ++++++++++++++++++----
.../templates/sequence/sql/9.1_plus/create.sql | 14 +++++----
2 files changed, 37 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-08-08 11:47:29 Re: [pgAdmin4][Patch]: RM1119 - Add proper validations in fields before processing
Previous Message Dave Page 2016-08-08 11:18:02 Re: [pgAdmin4][Patch]: RM1524 - Reverse engineered SQL for Trigger Functions missing "AS"