Bug report : update / delete impossible when primary key contain %

From: Raphaël Martin <raphael(dot)martin(at)arb-na(dot)fr>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: Bug report : update / delete impossible when primary key contain %
Date: 2019-02-27 12:41:59
Message-ID: ae9a2c61-9a32-a7bb-6cf5-8eaa04a0a446@arb-na.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Version : pgAdmin 4 v4.2 (relase)
OS : Windows 7
Browser : Firefox 65

Hello

I have a table with varchar primary key ,  when i try to delete a
selected row by using the trash icon  in "view/edit data mode" and if
the primary key contains %

Pgadmin display this message

"'dict' object does not support indexing"

 i can delete the row in a standard sql query "DELETE FROM <table>
where id_column = '%_id'  "

--

Raphaël

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Khushboo Vashi 2019-02-28 03:50:21 Re: Bug report : update / delete impossible when primary key contain %
Previous Message Shaheed Haque 2019-02-25 23:25:04 Hosting pgAdmin4 behind nginx and at /pgdmin, for mortals