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

dbeaver/dbeaver#23390 Support REAL_VECTOR type in HANA plugin #23391

Merged
merged 7 commits into from
Jun 18, 2024

Commits on Apr 10, 2024

  1. dbeaver#23390 Support REAL_VECTOR type in HANA plugin

    The new vector data type REAL_VECTOR was introduced with HANA Cloud
    Database QRC 1/2024. Details about the new type are available in the
    SAP HANA Database Vector Engine Guide.
    
    HANA's JDBC driver natively supports that type starting with version
    2.21.5.
    
    This change introduces a new value handler so that vectors are displayed
    like arrays. Furthermore, the column type modifiers are adapted to
    display vector dimension constraints.
    stefanuhrig committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d0c624a View commit details
    Browse the repository at this point in the history
  2. Fix codacity issue

    stefanuhrig committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    190c4d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    2222543 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    075685d View commit details
    Browse the repository at this point in the history
  2. Change data type constant name prefix

    Change data type constant prefix from DATATYPENAME to DATA_TYPE_NAME.
    stefanuhrig committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4c2b8de View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    a3bd2e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    aa2241c View commit details
    Browse the repository at this point in the history