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

Optional nested beans support for join results #94

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 1, 2023

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

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    8ffb34a View commit details
    Browse the repository at this point in the history
  2. Rm accidental whitespace

    hpgliniecki committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f567144 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a84048c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45f9f07 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Added a test case for jdbi3 showing how the nested optional is used f…

    …or a view object which fetches the entire optional nested object instead two separate optional fields. This pays off even more with a greater number of fields in the nested object, and when the nested object is subtyped.
    hpgliniecki committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7aaed09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fe4899 View commit details
    Browse the repository at this point in the history
  3. Red-Green nested objects

    hpgliniecki committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3831b9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb9cc94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52e2c4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bad29f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9694e74 View commit details
    Browse the repository at this point in the history