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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Insert rows correctly when a table has OIDs and aPri
Дата
Msg-id E1etbaF-0004Wt-KU@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pagdmin][patch] Update jasmine #3182
Следующее
От: Dave Page
Дата:
Сообщение: 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