Dmitriy Korobskiy

- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
-
Dmitriy Korobskiy 创建了一个帖子, 已回答Resin Plugin broke in IDEA 2020.2
Resin plug-in 1.9.1 worked fine up to 2020.1. In 2020.2 it blows up on start with an exception similar to the one posted in the review here: https://plugins.jetbrains.com/plugin/215-resin-plugin/ `... -
-
Dmitriy Korobskiy 进行了评论, -
Dmitriy Korobskiy 创建了一个帖子, 已完成Two-Factor Authentication (2FA) Support in SSH tunnels
I need to have DataGrip working with our Postgres server using Google 2FA. Several tickets in a bug tracker asked to implement/fix 2FA support in SSH tunnels, but they are all marked as duplicates ... -
Dmitriy Korobskiy 进行了评论, -
Dmitriy Korobskiy 创建了一个帖子, What do different column icons mean on DB diagrams?
I noticed at least 5 different glyph icons used for different columns on DB diagrams. Do they have any meaning or are they assigned randomly? I understand PK and indexed columns are highlighted wit... -
Dmitriy Korobskiy 创建了一个帖子, (Mac) Diagram Export to File requires typing an extension
I had a trouble trying to figure out why Export to File produces zero-bytes files. Finally, I figured that I have to type `.png` extension, which is not offered by default. It is an annoyance: look... -
Dmitriy Korobskiy 创建了一个帖子, 已完成Generated DDL for Postgres indexes is missing index methods
Postgres supports different indexing methods (https://www.postgresql.org/docs/9.6/static/sql-createindex.html): methodThe name of the index method to be used. Choices are btree, hash, gist, spgist,... -
Dmitriy Korobskiy 创建了一个帖子, Generated DDL for Postgres is missing tablespaces
I could not find a way to include non-default tablespaces in generated DDL for Postgres. This is important for our project because we deal with 8 tablespaces in the same schema. This might be a fea...