pgAdmin 4 commit: Properly handle truncated table names (> NAMEDATALEN)

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly handle truncated table names (> NAMEDATALEN)
Date: 2017-04-01 06:57:58
Message-ID: E1cuCz0-0003eG-56@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly handle truncated table names (> NAMEDATALEN). Fixes #2277

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bb0bd8acc5d6899ed514159e344928e6453faa63
Author: Aravindraja Thinakaran <aravind93raj(at)gmail(dot)com>

Modified Files
--------------
.../server_groups/servers/databases/schemas/tables/__init__.py | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2017-04-01 11:45:16 [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values
Previous Message Dave Page 2017-04-01 06:43:04 pgAdmin 4 commit: Fix error highlighting in the query tool. Fixes #2291