Re: Editing integer array cell clears data

2019-01-15 Thread Khushboo Vashi
On Tue, Jan 15, 2019 at 7:23 PM Janus wrote: > Khushboo, that is exatcly what I do, but the content of the cell is > cleared/emptied when editing a cell containing integer array data. The > click & edit method works fine for other data types I have tried to edit. > > I have a table defined as bel

Re: Editing integer array cell clears data

2019-01-15 Thread Janus
Khushboo, that is exatcly what I do, but the content of the cell is cleared/emptied when editing a cell containing integer array data. The click & edit method works fine for other data types I have tried to edit. I have a table defined as below. The answer_values column contains {1,2}, but when ed

Re: Editing integer array cell clears data

2019-01-15 Thread Khushboo Vashi
On Tue, Jan 15, 2019 at 4:44 PM Janus wrote: > Windows 10, pgAdmin 4.1. select version() = PostgreSQL 11.1 on > x86_64-pc-mingw64, compiled by gcc.exe (Rev5, Built by MSYS2 project) > 4.9.2, 64-bit > > I have a table with a column defined with integer[] data type. When > attempting to edit this u