pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for FTS

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for FTS
Date: 2019-09-02 09:56:01
Message-ID: E1i4j45-00056Q-Fm@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add Reverse Engineered and Modified SQL tests for FTS Templates. Fixes #4619

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 1 +
.../schemas/fts_parsers/tests/default/test.json | 2 +-
.../fts_templates/tests/default/alter_comment.sql | 10 ++++
.../tests/default/alter_comment_msql.sql | 2 +
.../fts_templates/tests/default/alter_rename.sql | 8 +++
.../tests/default/alter_rename_msql.sql | 2 +
.../tests/default/alter_schema_msql.sql | 2 +
.../schemas/fts_templates/tests/default/create.sql | 8 +++
.../fts_templates/tests/default/create_msql.sql | 3 ++
.../schemas/fts_templates/tests/default/test.json | 63 ++++++++++++++++++++++
10 files changed, 100 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-09-02 09:57:10 [pgAdmin][RM4631] PgAdmin IV browser locks up when trying to undo an edit
Previous Message Akshay Joshi 2019-09-02 08:42:14 pgAdmin 4 commit: Added MSQL test cases for Cast and Language.