pgAdmin 4 commit: 1) Add Reverse Engineered SQL tests for Views. Fixes

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Add Reverse Engineered SQL tests for Views. Fixes
Date: 2019-08-28 07:20:16
Message-ID: E1i2sFc-0002gw-60@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Add Reverse Engineered SQL tests for Views. Fixes #4576
2) Ensure View should be created with special characters. Fixes #4486

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ac298b03c0c06e2cfb3ab06b2c9d59a21f32bc0a
Author: Usman Muzaffar <usman(dot)muzaffar(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 2 +
.../templates/views/pg/9.1_plus/sql/view_id.sql | 2 +-
.../templates/views/pg/9.2_plus/sql/create.sql | 4 +-
.../templates/views/pg/9.2_plus/sql/view_id.sql | 2 +-
.../templates/views/pg/9.3_plus/sql/create.sql | 4 +-
.../templates/views/pg/9.3_plus/sql/view_id.sql | 2 +-
.../templates/views/pg/9.4_plus/sql/create.sql | 10 ++-
.../templates/views/pg/9.4_plus/sql/view_id.sql | 2 +-
.../templates/views/ppas/9.1_plus/sql/view_id.sql | 2 +-
.../templates/views/ppas/9.2_plus/sql/create.sql | 4 +-
.../templates/views/ppas/9.2_plus/sql/view_id.sql | 2 +-
.../templates/views/ppas/9.3_plus/sql/create.sql | 4 +-
.../templates/views/ppas/9.3_plus/sql/view_id.sql | 2 +-
.../templates/views/ppas/9.4_plus/sql/create.sql | 10 ++-
.../templates/views/ppas/9.4_plus/sql/view_id.sql | 2 +-
.../schemas/views/tests/pg/9.4_plus/alter_view.sql | 20 ++++++
.../views/tests/pg/9.4_plus/create_view.sql | 17 +++++
.../schemas/views/tests/pg/9.4_plus/tests.json | 78 ++++++++++++++++++++++
.../views/tests/ppas/9.4_plus/alter_view.sql | 18 +++++
.../views/tests/ppas/9.4_plus/create_view.sql | 21 ++++++
.../schemas/views/tests/ppas/9.4_plus/tests.json | 76 +++++++++++++++++++++
21 files changed, 264 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-28 07:20:28 Re: Resql test cases for views and fix for bug: 4650
Previous Message Aditya Toshniwal 2019-08-28 06:24:01 [pgAdmin][RM4381] Problem with data editing when using "View/Edit Data" to tables with OID