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

feat: adds getValue to ResultSet #1073

Merged
merged 11 commits into from Apr 25, 2021

Commits on Apr 19, 2021

  1. feat: adds getValue method to result set

    Adds a generic getValue method to the result set. It can be used to
    retrieve any type from the database.
    thiagotnunes committed Apr 19, 2021
    Copy the full SHA
    a38c291 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88e8f35 View commit details
    Browse the repository at this point in the history
  3. feat: fixes clirr checks

    Clirr does not support java 8 default implementations, so it thinks this
    are breaking changes. These in fact are not breaking changes, since we
    provide implementations in the interfaces.
    thiagotnunes committed Apr 19, 2021
    Copy the full SHA
    6a5680c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7c2e990 View commit details
    Browse the repository at this point in the history
  5. feat: implements getValueInternal in result set

    Adds a less intrusive implementation of getValueInternal for the
    AbstractResultSet.
    thiagotnunes committed Apr 19, 2021
    Copy the full SHA
    06d2e9c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. fix: fixes struct value decoding

    Uses the correct type for decoding structs from the result set
    thiagotnunes committed Apr 20, 2021
    Copy the full SHA
    3a76dc0 View commit details
    Browse the repository at this point in the history
  2. feat: makes the structArray method public

    Makes it public the method  to retrieve an array of structs from a Value
    thiagotnunes committed Apr 20, 2021
    Copy the full SHA
    49f3d83 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    02a027e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    285b048 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

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

Commits on Apr 25, 2021

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