Обсуждение: pgAdmin 4 commit: Ensure sequence with negative value should be created

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Ensure sequence with negative value should be created

От
Akshay Joshi
Дата:
Ensure sequence with negative value should be created. Fixes #4726

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_13.rst                  |  3 +-
.../schemas/sequences/static/js/sequence.js        |  1 -
.../templates/sequences/sql/default/create.sql     | 10 +++---
.../tests/pg/default/alter_neg_seq_props.sql       | 13 +++++++
.../tests/pg/default/alter_neg_seq_props_msql.sql  |  4 +++
.../tests/pg/default/create_negative_sequence.sql  | 13 +++++++
.../pg/default/create_negative_sequence_msql.sql   |  9 +++++
.../tests/pg/default/test_sequences_pg.json        | 41 +++++++++++++++++++++-
.../tests/ppas/default/alter_neg_seq_props.sql     | 13 +++++++
.../ppas/default/alter_neg_seq_props_msql.sql      |  4 +++
.../ppas/default/create_negative_sequence.sql      | 13 +++++++
.../ppas/default/create_negative_sequence_msql.sql |  9 +++++
.../tests/ppas/default/test_sequences_ppas.json    | 41 +++++++++++++++++++++-
.../schemas/sequences/tests/test_sequence_add.py   | 19 +++++++++-
.../schemas/sequences/tests/test_sequence_put.py   | 37 +++++++++++++++----
.../databases/schemas/sequences/tests/utils.py     | 13 +++++--
16 files changed, 223 insertions(+), 20 deletions(-)