Dima Korobskiy
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 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/ `... -
创建于 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 ... -
已编辑于 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... -
创建于 (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... -
已编辑于 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,... -
创建于 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... -
创建于 (Mac) CSV export must use CRLF end-of-lines per RFC 4180
CSV format is standardized by RFC 4180 (https://tools.ietf.org/html/rfc4180). Upon the first look at DataGrip CSV export, it looks like the default format follows RFC with one notable exception: ne...