pgAdmin 4 commit: 1. Fix syntax error when adding more than one column

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Fix syntax error when adding more than one column
Date: 2019-05-27 07:40:35
Message-ID: E1hVAFH-0004Z8-Mw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1. Fix syntax error when adding more than one column to the existing table. Fixes #4162
2. Fix syntax error when creating a table with a serial column. Fixes #4284

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=90a45557b95c1288f393de294ab0b834ca2f6ff7

Modified Files
--------------
docs/en_US/release_notes_4_7.rst | 4 +++-
.../schemas/tables/templates/columns/sql/10_plus/create.sql | 6 +++---
.../schemas/tables/templates/columns/sql/10_plus/update.sql | 6 +++---
.../schemas/tables/templates/tables/sql/10_plus/create.sql | 4 +++-
4 files changed, 12 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-05-28 05:33:09 pgAdmin 4 commit: Fixed CSRF security vulnerability issue. per Alvin Li
Previous Message Khushboo Vashi 2019-05-27 05:00:40 Re: Enhancement request