pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Dictionaries - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Dictionaries
Date
Msg-id E1hqZy5-0005iq-LS@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add Reverse Engineered SQL tests for FTS Dictionaries. Fixes #4460

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9cb02f0638bdf116927df20f6ad1a5e018d25cd2
Author: Nagesh Dhope <nagesh.dhope@enterprisedb.com>

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(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update version for release
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Improve error output for the RE-SQL tests.