pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Dictionaries

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add Reverse Engineered SQL tests for FTS Dictionaries
Date: 2019-07-11 13:00:17
Message-ID: E1hlYgL-0006qf-Kq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add Reverse Engineered SQL tests for FTS Dictionaries. Fixes #4460

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=379b92729a280623e3b2c186d7395694502898f2
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)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(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-11 13:00:34 Re: patch for RE-SQL test cases for FTS Dictionaries.
Previous Message Nagesh Dhope 2019-07-11 10:48:11 patch for RE-SQL test cases for FTS Dictionaries.