public inbox for [email protected]
help / color / mirror / Atom feedpgAdmin 4 commit: Add Reverse Engineered SQL tests for FDWs. Fixes #444
23+ messages / 2 participants
[nested] [flat]
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for FDWs. Fixes #444
@ 2019-07-05 10:24 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-05 10:24 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for FDWs. Fixes #4441
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ba32c98241b77c27215096db121afe0984d8...
Author: Aditya Toshniwal <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../tests/9.3_plus/alter_fdw_change_opt2.sql | 12 +++
.../tests/9.3_plus/alter_fdw_comment.sql | 11 +++
.../tests/9.3_plus/alter_fdw_opt1.sql | 12 +++
.../tests/9.3_plus/alter_fdw_opt2.sql | 12 +++
.../tests/9.3_plus/alter_fdw_rename.sql | 13 +++
.../tests/9.3_plus/alter_fdw_validator.sql | 13 +++
.../tests/9.3_plus/create_fdw.sql | 8 ++
.../foreign_data_wrappers/tests/9.3_plus/test.json | 104 +++++++++++++++++++++
.../tests/default/alter_fdw_change_opt2.sql | 12 +++
.../tests/default/alter_fdw_comment.sql | 11 +++
.../tests/default/alter_fdw_opt1.sql | 12 +++
.../tests/default/alter_fdw_opt2.sql | 12 +++
.../tests/default/alter_fdw_rename.sql | 13 +++
.../tests/default/alter_fdw_validator.sql | 13 +++
.../tests/default/create_fdw.sql | 8 ++
.../foreign_data_wrappers/tests/default/test.json | 104 +++++++++++++++++++++
17 files changed, 371 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Configuratio
@ 2019-07-09 16:03 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-09 16:03 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for FTS Configurations. Fixes #4454
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f7d6966d603eab805ea6cbc76bf1a28766a3...
Author: Ganesh Jaybhay <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../tests/default/alter_fts_conf_add_comment.sql | 9 ++
.../tests/default/alter_fts_conf_add_token.sql | 10 +++
.../tests/default/alter_fts_conf_remove_token.sql | 25 ++++++
.../tests/default/alter_fts_conf_rename.sql | 10 +++
.../tests/default/create_fts_conf.sql | 7 ++
.../tests/default/create_fts_conf_def1.sql | 7 ++
.../tests/default/create_fts_conf_def2.sql | 26 ++++++
.../fts_configurations/tests/default/test.json | 99 ++++++++++++++++++++++
9 files changed, 194 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Languages. Fixes
@ 2019-07-11 08:20 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-11 08:20 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Languages. Fixes #4452
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cdf655f7db23335132e432bdda46e8b2dfb0...
Author: Akshay Joshi <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../servers/databases/languages/__init__.py | 7 ++
.../templates/languages/sql/9.3_plus/acl.sql | 1 +
.../templates/languages/sql/9.3_plus/sqlpane.sql | 8 +-
.../templates/languages/sql/default/acl.sql | 1 +
.../templates/languages/sql/default/sqlpane.sql | 8 +-
.../tests/pg/9.4_plus/alter_comment_privileges.sql | 18 +++++
.../tests/pg/9.4_plus/alter_trusted_lan_name.sql | 11 +++
.../tests/pg/9.4_plus/create_trusted_language.sql | 11 +++
.../pg/9.4_plus/create_untrusted_language.sql | 11 +++
.../languages/tests/pg/9.4_plus/test.json | 86 ++++++++++++++++++++++
.../ppas/9.4_plus/alter_comment_privileges.sql | 18 +++++
.../tests/ppas/9.4_plus/alter_trusted_lan_name.sql | 11 +++
.../ppas/9.4_plus/create_trusted_language.sql | 11 +++
.../ppas/9.4_plus/create_untrusted_language.sql | 11 +++
.../languages/tests/ppas/9.4_plus/test.json | 85 +++++++++++++++++++++
16 files changed, 291 insertions(+), 8 deletions(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Packages. Fixes
@ 2019-07-11 08:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-11 08:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Packages. Fixes #4456
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=28585110dd6acb95ab3bbc9aafbb57cdef3b...
Author: Navnath Gadakh <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../10_plus/alter_package_headers_and_comment.sql | 12 ++++++
.../10_plus/create_package_with_all_options.sql | 17 +++++++++
.../schemas/packages/tests/ppas/10_plus/test.json | 43 +++++++++++++++++++++
.../9.2_plus/alter_package_headers_and_comment.sql | 12 ++++++
.../9.2_plus/create_package_with_all_options.sql | 17 +++++++++
.../schemas/packages/tests/ppas/9.2_plus/test.json | 44 ++++++++++++++++++++++
7 files changed, 146 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Dictionaries
@ 2019-07-11 13:00 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-11 13:00 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for FTS Dictionaries. Fixes #4460
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=379b92729a280623e3b2c186d73956945028...
Author: Nagesh Dhope <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../alter_fts_dictionary_delete_options.sql | 10 ++++
.../tests/default/alter_fts_dictionary_options.sql | 11 ++++
.../tests/default/create_fts_dictionary.sql | 7 +++
.../fts_dictionaries/tests/default/tests.json | 62 ++++++++++++++++++++++
5 files changed, 91 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Collations. Fixe
@ 2019-07-12 13:37 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-12 13:37 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Collations. Fixes #4464
This also adds the ability to test the msql output in ALTER steps.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=79e6f4c0082d0a20b89138ee50f435d00def...
Author: Khushboo Vashi <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../databases/schemas/collations/__init__.py | 29 ++++----
.../templates/collations/sql/default/delete.sql | 2 +-
.../templates/collations/sql/default/get_name.sql | 2 +-
.../collations/tests/default/alter_collation.sql | 12 ++++
.../collations/tests/default/create_collation.sql | 12 ++++
.../collations/tests/default/msql_collation.sql | 5 ++
.../schemas/collations/tests/default/test.json | 37 +++++++++++
web/regression/re_sql/tests/test_resql.py | 77 ++++++++++++++++++++++
9 files changed, 160 insertions(+), 17 deletions(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Domains. Fixes #
@ 2019-07-12 13:39 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-12 13:39 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Domains. Fixes #4463
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=88ab6db9769023485354e967f9f0f7288df5...
Author: Neel Patel <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../domains/tests/default/alter_domain_comment.sql | 16 +++++
.../default/alter_domain_default_expression.sql | 15 +++++
.../domains/tests/default/alter_domain_name.sql | 15 +++++
.../tests/default/alter_domain_null_type.sql | 15 +++++
.../domains/tests/default/create_domain.sql | 16 +++++
.../schemas/domains/tests/default/test.json | 69 ++++++++++++++++++++++
7 files changed, 147 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Types. Fixes #44
@ 2019-07-15 09:25 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-15 09:25 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Types. Fixes #4468
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1dcf46cc5fd72dfb74e39c340398f5e857f8...
Author: Murtuza Zabuawala <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../types/templates/types/sql/default/update.sql | 4 +-
.../alter_composite_type_acl_description.sql | 20 +++
.../default/alter_composite_type_add_member.sql | 14 ++
.../default/alter_composite_type_remove_member.sql | 13 ++
.../default/alter_enum_type_acl_description.sql | 16 ++
.../types/tests/default/alter_enum_type_label.sql | 9 +
.../default/alter_range_type_acl_description.sql | 19 +++
.../default/alter_shell_type_acl_description.sql | 11 ++
.../types/tests/default/create_composite_type.sql | 13 ++
.../types/tests/default/create_enum_type.sql | 9 +
.../types/tests/default/create_range_type.sql | 12 ++
.../types/tests/default/create_shell_type.sql | 8 +
.../schemas/types/tests/default/tests.json | 185 +++++++++++++++++++++
web/regression/re_sql/tests/test_resql.py | 10 +-
15 files changed, 341 insertions(+), 3 deletions(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Parsers. Fix
@ 2019-07-15 11:02 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-15 11:02 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for FTS Parsers. Fixes #4471
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=809e0682bd0c70c49833ae67e6ffd58ec440...
Author: Shubham Agarwal <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 2 ++
.../fts_parsers/tests/default/alter_fts_parser.sql | 13 +++++++
.../tests/default/create_fts_parser.sql | 13 +++++++
.../schemas/fts_parsers/tests/default/test.json | 40 ++++++++++++++++++++++
web/regression/re_sql/tests/test_resql.py | 12 +++++--
5 files changed, 77 insertions(+), 3 deletions(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Sequences. Fixes
@ 2019-07-15 13:56 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-15 13:56 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Sequences. Fixes #4469
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d3ef1137d9c330b979e92b6d2d8ba1e8ac5d...
Author: Aditya Toshniwal <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 2 +-
.../tests/pg/10_plus/alter_seq_comment.sql | 16 +++++++
.../sequences/tests/pg/10_plus/alter_seq_props.sql | 17 ++++++++
.../sequences/tests/pg/10_plus/create_sequence.sql | 13 ++++++
.../schemas/sequences/tests/pg/10_plus/test.json | 49 ++++++++++++++++++++++
.../tests/pg/default/alter_seq_comment.sql | 16 +++++++
.../sequences/tests/pg/default/alter_seq_props.sql | 17 ++++++++
.../sequences/tests/pg/default/create_sequence.sql | 13 ++++++
.../schemas/sequences/tests/pg/default/test.json | 49 ++++++++++++++++++++++
9 files changed, 191 insertions(+), 1 deletion(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix
@ 2019-07-17 12:25 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-17 12:25 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Constraints. Fixes #4475
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8168f623c436ae586cb63f36859cca902690...
Author: Khushboo Vashi <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../tests/Default/alter_check_constraint.sql | 9 ++++
.../tests/Default/create_check_constraint.sql | 10 ++++
.../tests/Default/msql_check_constraint.sql | 6 +++
.../check_constraint/tests/Default/test.json | 56 ++++++++++++++++++++++
web/regression/re_sql/tests/test_resql.py | 8 ++++
6 files changed, 90 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Collations. Fixe
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Collations. Fixes #4464
This also adds the ability to test the msql output in ALTER steps.
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b581b8ef8eee9cbec158b6971746527e37e3...
Author: Khushboo Vashi <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../databases/schemas/collations/__init__.py | 29 ++++----
.../templates/collations/sql/default/delete.sql | 2 +-
.../templates/collations/sql/default/get_name.sql | 2 +-
.../collations/tests/default/alter_collation.sql | 12 ++++
.../collations/tests/default/create_collation.sql | 12 ++++
.../collations/tests/default/msql_collation.sql | 5 ++
.../schemas/collations/tests/default/test.json | 37 +++++++++++
web/regression/re_sql/tests/test_resql.py | 77 ++++++++++++++++++++++
9 files changed, 160 insertions(+), 17 deletions(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Types. Fixes #44
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Types. Fixes #4468
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b43320660ecf9cadd988832e2021d8156a26...
Author: Murtuza Zabuawala <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../types/templates/types/sql/default/update.sql | 4 +-
.../alter_composite_type_acl_description.sql | 20 +++
.../default/alter_composite_type_add_member.sql | 14 ++
.../default/alter_composite_type_remove_member.sql | 13 ++
.../default/alter_enum_type_acl_description.sql | 16 ++
.../types/tests/default/alter_enum_type_label.sql | 9 +
.../default/alter_range_type_acl_description.sql | 19 +++
.../default/alter_shell_type_acl_description.sql | 11 ++
.../types/tests/default/create_composite_type.sql | 13 ++
.../types/tests/default/create_enum_type.sql | 9 +
.../types/tests/default/create_range_type.sql | 12 ++
.../types/tests/default/create_shell_type.sql | 8 +
.../schemas/types/tests/default/tests.json | 185 +++++++++++++++++++++
web/regression/re_sql/tests/test_resql.py | 10 +-
15 files changed, 341 insertions(+), 3 deletions(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Languages. Fixes
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Languages. Fixes #4452
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d79ab75aeeaa3f4c4bfa70ba108164f7446...
Author: Akshay Joshi <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../servers/databases/languages/__init__.py | 7 ++
.../templates/languages/sql/9.3_plus/acl.sql | 1 +
.../templates/languages/sql/9.3_plus/sqlpane.sql | 8 +-
.../templates/languages/sql/default/acl.sql | 1 +
.../templates/languages/sql/default/sqlpane.sql | 8 +-
.../tests/pg/9.4_plus/alter_comment_privileges.sql | 18 +++++
.../tests/pg/9.4_plus/alter_trusted_lan_name.sql | 11 +++
.../tests/pg/9.4_plus/create_trusted_language.sql | 11 +++
.../pg/9.4_plus/create_untrusted_language.sql | 11 +++
.../languages/tests/pg/9.4_plus/test.json | 86 ++++++++++++++++++++++
.../ppas/9.4_plus/alter_comment_privileges.sql | 18 +++++
.../tests/ppas/9.4_plus/alter_trusted_lan_name.sql | 11 +++
.../ppas/9.4_plus/create_trusted_language.sql | 11 +++
.../ppas/9.4_plus/create_untrusted_language.sql | 11 +++
.../languages/tests/ppas/9.4_plus/test.json | 85 +++++++++++++++++++++
16 files changed, 291 insertions(+), 8 deletions(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Domains. Fixes #
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Domains. Fixes #4463
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=841674c47e93ffa62c9350fbf9616cd86be7...
Author: Neel Patel <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../domains/tests/default/alter_domain_comment.sql | 16 +++++
.../default/alter_domain_default_expression.sql | 15 +++++
.../domains/tests/default/alter_domain_name.sql | 15 +++++
.../tests/default/alter_domain_null_type.sql | 15 +++++
.../domains/tests/default/create_domain.sql | 16 +++++
.../schemas/domains/tests/default/test.json | 69 ++++++++++++++++++++++
7 files changed, 147 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Parsers. Fix
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for FTS Parsers. Fixes #4471
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=12922206dbe7615cdee6b8dc424f69bba3f5...
Author: Shubham Agarwal <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 2 ++
.../fts_parsers/tests/default/alter_fts_parser.sql | 13 +++++++
.../tests/default/create_fts_parser.sql | 13 +++++++
.../schemas/fts_parsers/tests/default/test.json | 40 ++++++++++++++++++++++
web/regression/re_sql/tests/test_resql.py | 12 +++++--
5 files changed, 77 insertions(+), 3 deletions(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Configuratio
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for FTS Configurations. Fixes #4454
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9531498baa2bde8c7a26fed2cb2ba0d0cdec...
Author: Ganesh Jaybhay <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../tests/default/alter_fts_conf_add_comment.sql | 9 ++
.../tests/default/alter_fts_conf_add_token.sql | 10 +++
.../tests/default/alter_fts_conf_remove_token.sql | 25 ++++++
.../tests/default/alter_fts_conf_rename.sql | 10 +++
.../tests/default/create_fts_conf.sql | 7 ++
.../tests/default/create_fts_conf_def1.sql | 7 ++
.../tests/default/create_fts_conf_def2.sql | 26 ++++++
.../fts_configurations/tests/default/test.json | 99 ++++++++++++++++++++++
9 files changed, 194 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Dictionaries
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for FTS Dictionaries. Fixes #4460
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9cb02f0638bdf116927df20f6ad1a5e018d2...
Author: Nagesh Dhope <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../alter_fts_dictionary_delete_options.sql | 10 ++++
.../tests/default/alter_fts_dictionary_options.sql | 11 ++++
.../tests/default/create_fts_dictionary.sql | 7 +++
.../fts_dictionaries/tests/default/tests.json | 62 ++++++++++++++++++++++
5 files changed, 91 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for FDWs. Fixes #444
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for FDWs. Fixes #4441
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=66e8f257d270998745cfda2061dbdbbec239...
Author: Aditya Toshniwal <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../tests/9.3_plus/alter_fdw_change_opt2.sql | 12 +++
.../tests/9.3_plus/alter_fdw_comment.sql | 11 +++
.../tests/9.3_plus/alter_fdw_opt1.sql | 12 +++
.../tests/9.3_plus/alter_fdw_opt2.sql | 12 +++
.../tests/9.3_plus/alter_fdw_rename.sql | 13 +++
.../tests/9.3_plus/alter_fdw_validator.sql | 13 +++
.../tests/9.3_plus/create_fdw.sql | 8 ++
.../foreign_data_wrappers/tests/9.3_plus/test.json | 104 +++++++++++++++++++++
.../tests/default/alter_fdw_change_opt2.sql | 12 +++
.../tests/default/alter_fdw_comment.sql | 11 +++
.../tests/default/alter_fdw_opt1.sql | 12 +++
.../tests/default/alter_fdw_opt2.sql | 12 +++
.../tests/default/alter_fdw_rename.sql | 13 +++
.../tests/default/alter_fdw_validator.sql | 13 +++
.../tests/default/create_fdw.sql | 8 ++
.../foreign_data_wrappers/tests/default/test.json | 104 +++++++++++++++++++++
17 files changed, 371 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Packages. Fixes
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Packages. Fixes #4456
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e94e2cae38dc55760b88ffbd98d52fc6b9a9...
Author: Navnath Gadakh <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../10_plus/alter_package_headers_and_comment.sql | 12 ++++++
.../10_plus/create_package_with_all_options.sql | 17 +++++++++
.../schemas/packages/tests/ppas/10_plus/test.json | 43 +++++++++++++++++++++
.../9.2_plus/alter_package_headers_and_comment.sql | 12 ++++++
.../9.2_plus/create_package_with_all_options.sql | 17 +++++++++
.../schemas/packages/tests/ppas/9.2_plus/test.json | 44 ++++++++++++++++++++++
7 files changed, 146 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Constraints. Fixes #4475
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5e4fb7f72c4f8e2532a01b4e74ae916d09e0...
Author: Khushboo Vashi <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../tests/Default/alter_check_constraint.sql | 9 ++++
.../tests/Default/create_check_constraint.sql | 10 ++++
.../tests/Default/msql_check_constraint.sql | 6 +++
.../check_constraint/tests/Default/test.json | 56 ++++++++++++++++++++++
web/regression/re_sql/tests/test_resql.py | 8 ++++
6 files changed, 90 insertions(+)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered SQL tests for Sequences. Fixes
@ 2019-07-25 09:23 Dave Page <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Dave Page @ 2019-07-25 09:23 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered SQL tests for Sequences. Fixes #4469
Branch
------
electron2
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=20d0c8fe924f350ccbc29ad3845cacca780a...
Author: Aditya Toshniwal <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 2 +-
.../tests/pg/10_plus/alter_seq_comment.sql | 16 +++++++
.../sequences/tests/pg/10_plus/alter_seq_props.sql | 17 ++++++++
.../sequences/tests/pg/10_plus/create_sequence.sql | 13 ++++++
.../schemas/sequences/tests/pg/10_plus/test.json | 49 ++++++++++++++++++++++
.../tests/pg/default/alter_seq_comment.sql | 16 +++++++
.../sequences/tests/pg/default/alter_seq_props.sql | 17 ++++++++
.../sequences/tests/pg/default/create_sequence.sql | 13 ++++++
.../schemas/sequences/tests/pg/default/test.json | 49 ++++++++++++++++++++++
9 files changed, 191 insertions(+), 1 deletion(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
* pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for Mat
@ 2019-11-25 05:41 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 23+ messages in thread
From: Akshay Joshi @ 2019-11-25 05:41 UTC (permalink / raw)
To: [email protected]
Add Reverse Engineered and Modified SQL tests for Materialized Views. Fixes #4696.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a39dedc62d15e15977e43a6a73a391d803d...
Author: Rahul Shirsat <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_16.rst | 1 +
.../templates/mviews/pg/9.3_plus/sql/create.sql | 7 +-
.../templates/mviews/pg/9.4_plus/sql/create.sql | 7 +-
.../templates/mviews/pg/9.4_plus/sql/update.sql | 25 +-
.../templates/mviews/ppas/9.3_plus/sql/acl.sql | 1 +
.../templates/mviews/ppas/9.3_plus/sql/create.sql | 7 +-
.../templates/mviews/ppas/9.3_plus/sql/update.sql | 22 +-
.../templates/views/ppas/9.4_plus/sql/acl.sql | 1 +
.../views/tests/pg/9.4_plus/alter_mview.sql | 19 +-
.../pg/9.4_plus/alter_mview_add_fillfactor.sql | 16 +
.../9.4_plus/alter_mview_add_fillfactor_msql.sql | 6 +
.../9.4_plus/alter_mview_add_table_parameter.sql | 17 +
.../alter_mview_add_table_parameter_msql.sql | 4 +
.../tests/pg/9.4_plus/alter_mview_definition.sql | 12 +
.../pg/9.4_plus/alter_mview_definition_msql.sql | 4 +
.../pg/9.4_plus/alter_mview_drop_all_priv.sql | 17 +
.../pg/9.4_plus/alter_mview_drop_all_priv_msql.sql | 1 +
.../views/tests/pg/9.4_plus/alter_mview_msql.sql | 1 +
.../alter_mview_remove_table_parameter.sql | 16 +
.../alter_mview_remove_table_parameter_msql.sql | 6 +
.../schemas/views/tests/pg/9.4_plus/alter_view.sql | 2 -
.../tests/pg/9.4_plus/alter_view_add_some_priv.sql | 19 ++
.../pg/9.4_plus/alter_view_add_some_priv_msql.sql | 1 +
.../tests/pg/9.4_plus/alter_view_definition.sql | 18 ++
.../pg/9.4_plus/alter_view_definition_msql.sql | 4 +
.../tests/pg/9.4_plus/alter_view_delete_priv.sql | 18 ++
.../pg/9.4_plus/alter_view_delete_priv_msql.sql | 1 +
.../views/tests/pg/9.4_plus/alter_view_msql.sql | 7 +
.../views/tests/pg/9.4_plus/create_mview.sql | 16 +-
.../views/tests/pg/9.4_plus/create_mview_msql.sql | 11 +
.../views/tests/pg/9.4_plus/create_view_msql.sql | 12 +
.../views/tests/pg/9.4_plus/test_mview.json | 341 +++++++++++++++------
.../schemas/views/tests/pg/9.4_plus/tests.json | 106 ++++++-
.../views/tests/ppas/11_plus/alter_mview.sql | 18 ++
.../ppas/11_plus/alter_mview_add_fillfactor.sql | 16 +
.../11_plus/alter_mview_add_fillfactor_msql.sql | 6 +
.../11_plus/alter_mview_add_table_parameter.sql | 17 +
.../alter_mview_add_table_parameter_msql.sql | 4 +
.../tests/ppas/11_plus/alter_mview_definition.sql | 12 +
.../ppas/11_plus/alter_mview_definition_msql.sql | 4 +
.../ppas/11_plus/alter_mview_drop_all_priv.sql | 17 +
.../11_plus/alter_mview_drop_all_priv_msql.sql | 1 +
.../views/tests/ppas/11_plus/alter_mview_msql.sql | 1 +
.../11_plus/alter_mview_remove_table_parameter.sql | 16 +
.../alter_mview_remove_table_parameter_msql.sql | 6 +
.../views/tests/ppas/11_plus/alter_view.sql | 18 ++
.../ppas/11_plus/alter_view_add_some_priv.sql | 19 ++
.../ppas/11_plus/alter_view_add_some_priv_msql.sql | 1 +
.../tests/ppas/11_plus/alter_view_definition.sql | 18 ++
.../ppas/11_plus/alter_view_definition_msql.sql | 4 +
.../tests/ppas/11_plus/alter_view_delete_priv.sql | 18 ++
.../ppas/11_plus/alter_view_delete_priv_msql.sql | 1 +
.../views/tests/ppas/11_plus/alter_view_msql.sql | 7 +
.../views/tests/ppas/11_plus/create_mview.sql | 15 +
.../views/tests/ppas/11_plus/create_mview_msql.sql | 11 +
.../views/tests/ppas/11_plus/create_view.sql | 17 +
.../views/tests/ppas/11_plus/create_view_msql.sql | 12 +
.../views/tests/ppas/11_plus/test_mview.json | 256 ++++++++++++++++
.../schemas/views/tests/ppas/11_plus/tests.json | 178 +++++++++++
.../views/tests/ppas/9.4_plus/alter_mview.sql | 19 +-
.../ppas/9.4_plus/alter_mview_add_fillfactor.sql | 16 +
.../9.4_plus/alter_mview_add_fillfactor_msql.sql | 6 +
.../9.4_plus/alter_mview_add_table_parameter.sql | 17 +
.../alter_mview_add_table_parameter_msql.sql | 4 +
.../tests/ppas/9.4_plus/alter_mview_definition.sql | 12 +
.../ppas/9.4_plus/alter_mview_definition_msql.sql | 4 +
.../ppas/9.4_plus/alter_mview_drop_all_priv.sql | 17 +
.../9.4_plus/alter_mview_drop_all_priv_msql.sql | 1 +
.../views/tests/ppas/9.4_plus/alter_mview_msql.sql | 1 +
.../alter_mview_remove_table_parameter.sql | 16 +
.../alter_mview_remove_table_parameter_msql.sql | 6 +
.../views/tests/ppas/9.4_plus/alter_view.sql | 12 +-
.../ppas/9.4_plus/alter_view_add_some_priv.sql | 19 ++
.../9.4_plus/alter_view_add_some_priv_msql.sql | 1 +
.../tests/ppas/9.4_plus/alter_view_definition.sql | 18 ++
.../ppas/9.4_plus/alter_view_definition_msql.sql | 4 +
.../tests/ppas/9.4_plus/alter_view_delete_priv.sql | 18 ++
.../ppas/9.4_plus/alter_view_delete_priv_msql.sql | 1 +
.../views/tests/ppas/9.4_plus/alter_view_msql.sql | 7 +
.../views/tests/ppas/9.4_plus/create_mview.sql | 16 +-
.../tests/ppas/9.4_plus/create_mview_msql.sql | 11 +
.../views/tests/ppas/9.4_plus/create_view.sql | 4 -
.../views/tests/ppas/9.4_plus/create_view_msql.sql | 12 +
.../views/tests/ppas/9.4_plus/test_mview.json | 341 +++++++++++++++------
.../schemas/views/tests/ppas/9.4_plus/tests.json | 138 +++++++--
85 files changed, 1878 insertions(+), 282 deletions(-)
^ permalink raw reply [nested|flat] 23+ messages in thread
end of thread, other threads:[~2019-11-25 05:41 UTC | newest]
Thread overview: 23+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 10:24 pgAdmin 4 commit: Add Reverse Engineered SQL tests for FDWs. Fixes #444 Dave Page <[email protected]>
2019-07-09 16:03 pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Configuratio Dave Page <[email protected]>
2019-07-11 08:20 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Languages. Fixes Dave Page <[email protected]>
2019-07-11 08:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Packages. Fixes Dave Page <[email protected]>
2019-07-11 13:00 pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Dictionaries Dave Page <[email protected]>
2019-07-12 13:37 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Collations. Fixe Dave Page <[email protected]>
2019-07-12 13:39 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Domains. Fixes # Dave Page <[email protected]>
2019-07-15 09:25 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Types. Fixes #44 Dave Page <[email protected]>
2019-07-15 11:02 pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Parsers. Fix Dave Page <[email protected]>
2019-07-15 13:56 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Sequences. Fixes Dave Page <[email protected]>
2019-07-17 12:25 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Collations. Fixe Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Types. Fixes #44 Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Languages. Fixes Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Domains. Fixes # Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Parsers. Fix Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Configuratio Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Dictionaries Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for FDWs. Fixes #444 Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Packages. Fixes Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Constraints. Fix Dave Page <[email protected]>
2019-07-25 09:23 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Sequences. Fixes Dave Page <[email protected]>
2019-11-25 05:41 pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for Mat Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox