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

Update compiler plugin #832

Merged
merged 9 commits into from
Aug 22, 2024
Merged

Update compiler plugin #832

merged 9 commits into from
Aug 22, 2024

Commits on Aug 21, 2024

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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    7e6825d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    874abff View commit details
    Browse the repository at this point in the history
  3. [Compiler plugin] fillNulls { }.with { }

    `with` used to have C? in UpdateExpression return type position, and so it was always inferred as nullable. Even for fillNulls { }.with { 123 }
    koperagen committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2d31cd6 View commit details
    Browse the repository at this point in the history
  4. [Compiler plugin] Support flatten via adapter for structure-related, …

    …data-agnostic operations
    koperagen committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    01d99f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6318036 View commit details
    Browse the repository at this point in the history
  6. Fix NPE in guess type for values of functional types

    From my quick research, reflection doesn't know anything about these values. They don't have invoke methods, nor any supertypes. So for now i decided to simply fix NPE by falling back to generic Function type for such columns. It will then at least work together with compiler plugin
    koperagen committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    10935d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b989c63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d86d589 View commit details
    Browse the repository at this point in the history