pgAdmin 4 commit: 1. Fix syntax error when adding more than one column - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: 1. Fix syntax error when adding more than one column
Date
Msg-id E1hqZy2-0005c3-Ev@gothos.postgresql.org
Whole thread Raw
List 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
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4e9674a23d7252b70c1ff5357110dd806c03ee7
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Don't try to install Chromedriver using the chromedri
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add a framework for testing reversed engineered SQL a