Andreas Seibt
- 活动总数 125
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 37
-
已编辑于 Introspection of Oracle database
已回答I have an Oracle database with around 600 tables running in a Docker container. After recreating the container and refreshing my connection some of the tables are duplicated in the database explore... -
创建于 Problem with starting Docker container in 2022.1
已回答I just updated Intellij to build #IU-221.5080.210. We use multiple Docker containers in our project. When i try to start a single Docker container by clicking "Run" on the yml file in the Project E... -
创建于 Column order in data view
已完成When i show the data of a table i can reorder the columns via drag and drop. But each time i refresh the view my custom order is reset to default. Is there any way to save the custom column order? ... -
创建于 Authentication via Azure Active Directory Interactive does not work
已回答I'm trying to login to an Azure SQL DB via AAD with MFA. In SSMS it works without problems, but Datagrip opens a localhost with random port number instead of the Microsoft login url. What could cau... -
创建于 delete without where not possible
已回答Yesterday i wanted to delete all content of a table and tried to execute the command "delete from <tablename>" in the console. Datagrip prohibit this with a warning "Unsafe query: 'Delete' statemen... -
创建于 How to specify date format for csv export
已回答I want to export some table date to csv. For specific reasons i need a special date format in the output (yyyy-MM-dd'T'hh:mm:ss). I have defined it in the system settings but Datagrip doesn't resp... -
已编辑于 IntelliJ doesn't store run configuration
已回答I have created some maven run configurations, marked them as "Store as project file" and defined a directory where to store the configurations: But the configuration isn't stored. Only the last on... -
创建于 Question about generating getter / setter
已回答Intellij provides two default templates for generating setters: "IntelliJ Default" and "Builder". My team has decided to provide both standard setter and builder behavior in our DTO's. I tried to d... -
创建于 How to show concrete type instead of var in variable declaration
已回答I have read a hint somewhere how to configure the Java editor to show concrete types instead of var like this: Class myClass = new Class(); instead of var myClass = new Class(); and not as inlay hi... -
创建于 2021.2 disable IDE sync
已回答I just installed 2021.2 and have some trouble with the synchronization of my IDE settings (sync failed). I'm not sure if i have problems with my companies firewall or with my account settings. So i...