Page 1 of 2

[BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Wed Oct 21, 2015 7:50 am
by wms
Hello

I just wanted to report a problem we found with the inline editor in DBeaver 3.5.1 for linux.

When we run the following query without any join:

select *
from wms.warehouse

we're not able to inline-edit the resultset. In previous versions we were perfectly able to edit any field in the same resultset.

Thanks

Re: [BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Thu Oct 22, 2015 1:32 pm
by Serge
Can't reproduce that.
Does "not working" mean that inline editor is not appearing or you can't save results or..?
What database do you use?
Are there any errors in Error Log?

Re: [BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Fri Oct 23, 2015 7:21 am
by wms

Re: [BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Fri Oct 23, 2015 9:09 am
by Serge

Re: [BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Mon Oct 26, 2015 8:44 am
by wms
Hello

my error log is empty when I open DBeaver and it's still empty when I execute the query I posted and the in-line editor still doesn't work.

Thanks

Re: [BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Fri Oct 30, 2015 10:44 am
by wms

Re: [BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Fri Oct 30, 2015 12:07 pm
by Serge
Still can't reproduce.
Does it broken for all tables or only for some particular ones?
Could you send a sample DDL where I can reproduce that?

Re: [BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Fri Oct 30, 2015 12:40 pm
by wms

Re: [BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Fri Oct 30, 2015 12:49 pm
by Serge
Very odd.

Could you check table pg_catalog.pg_class - does inline editor appears when you press enter on a cell?
What if you press SHIFT+ENTER?
Is "Inline Edit" action enabled in context menu?

Make sure your connection is not in read-only state (it is configurable in connection properties -> page General).

Re: [BUG] Inline editor not working DBeaver 3.5.1 linux

PostPosted: Fri Oct 30, 2015 3:06 pm
by wms