Andreas Seibt

Avatar
  • 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

    Answered
    Since 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...
    • 2 followers
    • 9 comments
    • 0 votes
  • Created

    Could not start SpringBoot app

    Answered
    After 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...
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    Hide external libraries node from project view?

    Answered
    It'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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    Introspection of Oracle database

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Problem with starting Docker container in 2022.1

    Answered
    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...
    • 4 followers
    • 14 comments
    • 0 votes
  • Created

    Column order in data view

    Completed
    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? ...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Authentication via Azure Active Directory Interactive does not work

    Answered
    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...
    • 4 followers
    • 6 comments
    • 0 votes
  • Created

    delete without where not possible

    Answered
    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...
    • 6 followers
    • 6 comments
    • 0 votes
  • Created

    How to specify date format for csv export

    Answered
    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...
    • 3 followers
    • 2 comments
    • 0 votes
  • Edited

    IntelliJ doesn't store run configuration

    Answered
    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...
    • 3 followers
    • 3 comments
    • 1 vote