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 logic around @omit emulation and smart-tag inheritance #2187

Merged
merged 10 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    d099bf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b943878 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3f54f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afcb56b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90adcf4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d88c879 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16d364c View commit details
    Browse the repository at this point in the history
  8. Update schema exports

    benjie committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e76fde6 View commit details
    Browse the repository at this point in the history
  9. docs(changeset): Fix behavior inheritance especially around functions…

    … incorrectly inheriting from their underlying codecs, bugs in unlogged/temp table behavior, and incorrect skipping of generating table types. You may find after this change you have fields appearing in your schema that were not present before, typically these will represent database functions where you `@omit`'d the underlying table - omitting the table should not prevent a function from accessing it. Further, fix behavior of `@omit read` emulation to add `-connection -list -array -single`.
    benjie committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bb006ec View commit details
    Browse the repository at this point in the history
  10. Lint

    benjie committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e86e5a7 View commit details
    Browse the repository at this point in the history