Hello,
We have multiple PostgreSQL databases, but with one we have some problems in the latest versions of DBeaver.
The problematic one is PostgreSQL 9.3.10 on Ubuntu 4.8.2, 64-bit
In dbeaver-debug.log the following error appear when connecting to it:
Can't get column 'oid': Bad value for type int : 2699213561
And when expanding the tables, views etc. nothing appears.
I know that we have some problems with OIDs (some values seems to be too big) but version 3.5.9 worked ok.
The problem appeared starting from version 3.6.0.
DBeaver is Enterprise, has version 3.6.4 and is installed on Windows 8 64bit (problem appear also in the Community versions).
PostgreSQL driver is postgresql-9.4.1208.jre7.jar (as downloaded when DBeaver was installed)
Thanks!