Thread: pgAdmin 4 commit: Ensure that the user will be able to modify the start
Ensure that the user will be able to modify the start value of the Identity column. Fixes #5632 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=74fd5dfe9604d89f4ce157743ec09129d0dc1844 Author: Rahul Shirsat <rahul.shirsat@enterprisedb.com> Modified Files -------------- .gitignore | 1 + docs/en_US/release_notes_4_25.rst | 1 + .../databases/schemas/tables/columns/__init__.py | 2 + .../schemas/tables/columns/static/js/column.js | 4 +- .../10_plus/alter_column_identity_by_default.msql | 4 +- .../alter_column_identity_for_comb_start_seq.msql | 2 + .../alter_column_identity_for_comb_start_seq.sql | 9 + .../alter_column_identity_for_restart_seq.msql | 2 + .../alter_column_identity_for_restart_seq.sql | 9 + .../create_column_identity_for_restart_seq.msql | 5 + .../create_column_identity_for_restart_seq.sql | 9 + .../schemas/tables/columns/tests/10_plus/test.json | 335 ++++++++++++++++----- .../12_plus/alter_column_identity_by_default.msql | 4 +- .../alter_column_identity_for_comb_start_seq.msql | 2 + .../alter_column_identity_for_comb_start_seq.sql | 9 + .../alter_column_identity_for_restart_seq.msql | 2 + .../alter_column_identity_for_restart_seq.sql | 9 + .../create_column_identity_for_restart_seq.msql | 5 + .../create_column_identity_for_restart_seq.sql | 9 + .../schemas/tables/columns/tests/12_plus/test.json | 73 ++++- .../tables/columns/tests/test_column_put.py | 2 + .../templates/columns/sql/10_plus/update.sql | 31 +- 22 files changed, 429 insertions(+), 100 deletions(-)