Andreas Seibt

- Total activity 107
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Edited Introspection of Oracle database
AnsweredI 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... -
Created Problem with starting Docker container in 2022.1
AnsweredI 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... -
Created Column order in data view
CompletedWhen 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? ... -
Created Authentication via Azure Active Directory Interactive does not work
AnsweredI'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... -
Created delete without where not possible
AnsweredYesterday 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... -
Created How to specify date format for csv export
AnsweredI 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... -
Edited IntelliJ doesn't store run configuration
AnsweredI 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... -
Created Question about generating getter / setter
AnsweredIntellij 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... -
Created How to show concrete type instead of var in variable declaration
AnsweredI 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... -
Created 2021.2 disable IDE sync
AnsweredI 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...