Andreas Seibt

Avatar
  • Total activity 107
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 32
  • 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
  • Created

    Question about generating getter / setter

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

    How to show concrete type instead of var in variable declaration

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

    2021.2 disable IDE sync

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