Georgii

Results 118 comments of Georgii

@michalk-k This feature was developed a pretty long time ago, and by the looks of it, initially didn't have 'quote all' so, I think this is the case due to...

@chrisb34 I see it's related to routing for diagrams. It looks like it can't handle the path creation for the ER diagram. Does your diagram have a lot of tables?...

@jacekgajek Thank you for the information about how it could be reproduced

@jacekgajek, unfortunately still not fixed. The bug is related to Mikami-Tabuchi routing, you can set `Shortest path` as routing, and the issue will be not appear again. ![image](https://user-images.githubusercontent.com/20579256/217809313-9de7139f-f414-4000-9d4b-e3e69f85e0aa.png)

Agree. Too dangerous to change before the major version. Also, there is the case of databases with trees containing optional levels. In them, the actual navigation tree may differ from...

@lyh061619 Hi, Could you please send me the log files? You can find instructions here: https://dbeaver.com/docs/wiki/Log-files/. Thank you.

![image](https://github.com/dbeaver/dbeaver/assets/20579256/61f0f956-f16d-47f6-a677-d53fa2eab118) Hi, I tried to reproduce the mentioned issue. Could you see if `Enable Semantic analysis` is enabled on this page, if not, could you please try to enable it...

Hi, Could you please try to generate a thread dump when it happens and attach it here? Here is the instruction: https://dbeaver.com/docs/wiki/Making-a-thread-dump/ Thank you.

@petrisorciprian-vitals This should have been fixed in this release. Are you using snap release?

Hi everyone, during the freeze, could anyone try to make a thread dump `jstack -e $(ps aux | grep java | grep dbeaver | awk '{print $2}') > ./dbeaver-thread-dump.txt`