Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have DataGrip configure it using "Advanced Settings" #3937

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 1, 2023

  1. Add some DriverPropertyInfo to getPropertyInfo so that DataGrip c…

    …an be configured with "Advanced Settings"
    QiE2035 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8fc22fe View commit details
    Browse the repository at this point in the history
  2. Fix "MODE" default null

    QiE2035 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d364ea7 View commit details
    Browse the repository at this point in the history
  3. Move array to static const.

    QiE2035 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    83799f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Fix DriverPropertyInfoSet

    1. Move to `org.h2.engine`
    2. Rename to `DriverPropertyInfoProvider`
    3. Break long lines
    4. Comment unnecessary property
    5. Use `DbSettings.DEFAULT` as default values
    QiE2035 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f1b237b View commit details
    Browse the repository at this point in the history