pgAdmin 4 commit: Add Reverse Engineered SQL tests for Packages. Fixes

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 Packages. Fixes
Date: 2019-07-11 08:23:16
Message-ID: E1hlUMG-00023E-MF@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add Reverse Engineered SQL tests for Packages. Fixes #4456

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=28585110dd6acb95ab3bbc9aafbb57cdef3b17a9
Author: Navnath Gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-11 08:23:29 Re: RE-SQL tests patch for packages node
Previous Message Dave Page 2019-07-11 08:20:11 Re: [pgAdmin4][Patch]: RM 4452 Add RE-SQL tests for Languages