pgAdmin 4 commit: Add support for IDENTITY columns. Fixes #4030

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add support for IDENTITY columns. Fixes #4030
Date: 2019-03-28 17:13:50
Message-ID: E1h9Yb8-0000kf-E7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for IDENTITY columns. Fixes #4030

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=97919d091a64afcd3f168c4ebaad04fce442b8a7
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_4.rst | 1 +
.../databases/schemas/sequences/__init__.py | 23 ++-
.../schemas/tables/columns/static/js/column.js | 133 +++++++++++++-
.../tables/columns/tests/test_column_add.py | 42 ++++-
.../tables/columns/tests/test_column_put.py | 46 ++++-
.../databases/schemas/tables/static/js/table.js | 18 +-
.../tables/templates/column/sql/10_plus/create.sql | 46 +++++
.../templates/column/sql/10_plus/properties.sql | 46 +++++
.../tables/templates/column/sql/10_plus/update.sql | 192 +++++++++++++++++++++
.../templates/column/sql/default/properties.sql | 2 +-
.../tables/templates/table/sql/10_plus/create.sql | 168 ++++++++++++++++++
.../table/sql/10_plus/get_columns_for_table.sql | 16 ++
web/pgadmin/browser/utils.py | 10 +-
web/pgadmin/static/js/backform.pgadmin.js | 1 +
web/pgadmin/static/scss/_backgrid.overrides.scss | 4 +
15 files changed, 723 insertions(+), 25 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-28 17:17:09 Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised
Previous Message Dave Page 2019-03-28 16:24:28 Re: [pgAdmin4][RM4037] COMMENTS from inherited fields are not present when seeing generated SQL from a table