Andreas Seibt

- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created IntelliJ 2023.3 Beta - Unable to save settings
AnsweredSince yesterday IntelliJ freqently shows a popup which ask me to restart the IDE because it can't save settings. I'm not quite sure if it is an IntelliJ issue because I installed the Beta last week... -
Created Could not start SpringBoot app
AnsweredAfter installing IntelliJ 2023.1 EAP 3 ic couldn't start my SpringBoot app via the services panel anymore. Following exception is thrown: Internal error (java.lang.IllegalStateException): Duplicate... -
Created Hide external libraries node from project view?
AnsweredIt's always annoying that the "external libraries" node in the project view will be expanded when a decompiled class is shown which results in a large amount of scrolling back to the interesting so... -
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...