pgAdmin 4 commit: Fix error highlighting in the query tool. Fixes#2291 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix error highlighting in the query tool. Fixes#2291
Date
Msg-id E1cuCka-0002zi-Jr@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix error highlighting in the query tool. Fixes #2291

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=efb077b7f77f6313bb4b67aa3ffb27a65e296330
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py                         | 6 ++++--
web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js | 2 ++
2 files changed, 6 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4] [RM2305] unable to set comment withnon ascii characters on objects.
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Properly handle truncated table names (>NAMEDATALEN)