Abdullah NUROĞLU

Results 3 comments of Abdullah NUROĞLU

I'm experiencing the same issue. After the last update, a lock icon appeared. I haven't added any new columns or tables. I tried refreshing the table and the parent node,...

As @lilbruthal mentioned earlier, this error started to occur after the last update. It's happening in all select queries. However, if I navigate to a table from the 'Database Navigator'...

My DB version is ![image](https://github.com/dbeaver/dbeaver/assets/31141414/0ae6d2a9-bc60-43c0-b458-342b6f6e5eca) ![image](https://github.com/dbeaver/dbeaver/assets/31141414/95aef0eb-df7c-4d67-a170-7055544523d4) a DDL example: ` CREATE TABLE job.JobDescription ( Id bigint IDENTITY(1,1) NOT NULL, StatusId int NOT NULL, CreaDate datetime NOT NULL, CreaUserId int NOT...