pgAdmin 4 commit: Insert rows correctly when a table has OIDs and a Pri

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Insert rows correctly when a table has OIDs and a Pri
Date: 2018-03-07 16:06:27
Message-ID: E1etbaF-0004Wt-KU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Insert rows correctly when a table has OIDs and a Primary Key in uppercase. Fixes #3135

Branch
------
master

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

Modified Files
--------------
.../templates/sqleditor/sql/default/insert.sql | 2 +-
.../sqleditor/tests/test_view_data_templates.py | 217 +++++++++++++++++++++
2 files changed, 218 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-07 16:06:54 Re: [pgAdmin4][Patch]: RM #3135 - [Web based] Syntax error displayed when user try to insert data on table where primray key is in captial letters and table contains OIDS
Previous Message Dave Page 2018-03-07 16:01:14 Re: [pagdmin][patch] Update jasmine #3182