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

2.0 Breaking Changes Checklist #343

Open
olirice opened this issue Mar 22, 2023 · 0 comments
Open

2.0 Breaking Changes Checklist #343

olirice opened this issue Mar 22, 2023 · 0 comments
Assignees

Comments

@olirice
Copy link
Contributor

olirice commented Mar 22, 2023

A list of breaking changes to enforce when moving to 2.0

  • (maybe) Disable comment directives defining relationships in favor of explicit SQL functions
  • (WIP) Remove the requirement for function-based computed columns to start with _ and remove the prefix stripping logic
  • remove nin, neq and any other "negated" filter that can be better expressed using not composition in filters
  • (maybe) rename graphql.resolve to graphql.graphql so publicly exposing the function gives it a reasonable name
  • re-order inputs to graphql.resolve so it matches GraphQL over http expectations without graphql_public.graphql
  • non-null foreign keys might still be nullable relations if RLS is active ref
@olirice olirice added the triage-required Pending triage from maintainers label Mar 22, 2023
@olirice olirice self-assigned this Mar 22, 2023
@olirice olirice removed the triage-required Pending triage from maintainers label Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant