pgAdmin 4 commit: Insert rows correctly when a table has OIDs and aPri - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Insert rows correctly when a table has OIDs and aPri
Date
Msg-id E1etbaF-0004Wt-KU@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pagdmin][patch] Update jasmine #3182
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3135 - [Web based] Syntax error displayedwhen user try to insert data on table where primray key is in captial lettersand table contains OIDS