pgAdmin 4 commit: Fix error highlighting in the query tool. Fixes #2291

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix error highlighting in the query tool. Fixes #2291
Date: 2017-04-01 06:43:04
Message-ID: E1cuCka-0002zi-Jr@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-01 06:57:58 pgAdmin 4 commit: Properly handle truncated table names (> NAMEDATALEN)
Previous Message Dave Page 2017-04-01 06:42:57 Re: [pgAdmin4] [RM2305] unable to set comment with non ascii characters on objects.