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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add support for IDENTITY columns. Fixes #4030
Дата
Msg-id E1h9Yb8-0000kf-E7@gothos.postgresql.org
обсуждение исходный текст
Список 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.vashi@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM4037] COMMENTS from inherited fields are not presentwhen seeing generated SQL from a table
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 4030 - IDENTITY column not recognised