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

fix(se): Empty dbgenerated() breaking for Unsupported() types #4841

Merged
merged 2 commits into from Apr 30, 2024
Merged

Commits on Apr 26, 2024

  1. add tests

    Druue committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f25848f View commit details
    Browse the repository at this point in the history
  2. se: support empty dbgenerated() in columns of unsupported types

    Empty `dbgenerated()` was fixed for supported types in
    #3153 but that PR lacked
    the corresponding changes for the unsupported types which this commit
    adds.
    aqrln authored and Druue committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    05e0213 View commit details
    Browse the repository at this point in the history