pgAdmin 4 commit: Add Reverse Engineered SQL tests for Collations. Fixe

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 Collations. Fixe
Date: 2019-07-12 13:37:03
Message-ID: E1hlvjT-00076s-I7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add Reverse Engineered SQL tests for Collations. Fixes #4464

This also adds the ability to test the msql output in ALTER steps.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=79e6f4c0082d0a20b89138ee50f435d00defeec9
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../databases/schemas/collations/__init__.py | 29 ++++----
.../templates/collations/sql/default/delete.sql | 2 +-
.../templates/collations/sql/default/get_name.sql | 2 +-
.../collations/tests/default/alter_collation.sql | 12 ++++
.../collations/tests/default/create_collation.sql | 12 ++++
.../collations/tests/default/msql_collation.sql | 5 ++
.../schemas/collations/tests/default/test.json | 37 +++++++++++
web/regression/re_sql/tests/test_resql.py | 77 ++++++++++++++++++++++
9 files changed, 160 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-12 13:37:16 Re: [pgAdmin4][Patch] : RE-SQL tests for Collation node
Previous Message Dave Page 2019-07-12 12:55:39 pgAdmin 4 commit: Fix external utility tests to run on Windows