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

Adds changes for sequence data type #144

Open
wants to merge 3 commits into
base: new-model-changes
Choose a base branch
from

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

  1. Adds changes to fully_qualified_type_ref() for sequences

    * Sequences should store the fully qualified type reference with
    appropriate sequence data type. e.g. For Java, it should store the
    element type in an `ArrayList` in the `FullyqualifiedtypeReference`.
    desaikd committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3bda35b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Adds suggested changes

    * Adds checks for duplicate `element` and `type` constraint
    * Adds doc comment changes
    desaikd committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2a2cdd7 View commit details
    Browse the repository at this point in the history