pgAdmin 4 commit: Add RE-SQL tests for Extensions. Fixes #4453

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add RE-SQL tests for Extensions. Fixes #4453
Date: 2019-07-09 12:23:29
Message-ID: E1hkp9d-00081N-RF@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add RE-SQL tests for Extensions. Fixes #4453

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=84b712a0082eb141c08f34a3836f33cdd35b8d06
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../tests/default/alter_extension_schema.sql | 7 +++
.../tests/default/alter_extension_version.sql | 7 +++
.../default/create_extension_with_all_options.sql | 7 +++
.../create_extension_with_default_schema.sql | 7 +++
.../databases/extensions/tests/default/tests.json | 59 ++++++++++++++++++++++
6 files changed, 88 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-09 12:23:35 Re: RE-SQL test patch for extension node
Previous Message Nagesh Dhope 2019-07-09 12:09:21 Re: RE-SQL test patch for extension node