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

Remove ref in table syntax #519

Merged
merged 4 commits into from
Feb 19, 2024
Merged

Remove ref in table syntax #519

merged 4 commits into from
Feb 19, 2024

Conversation

Huy-DNA
Copy link
Contributor

@Huy-DNA Huy-DNA commented Feb 19, 2024

Summary

  • This syntax (ref in table) is no longer supported:
   Table A {
      id integer
      code integer
      Ref: id > code
   }

Issue

(issue link here)

Lasting Changes (Technical)

  • Ref validator
  • Table interpreter
  • Element suggestion for table column (no longer suggest ref)

Checklist

Please check directly on the box once each of these are done

  • Documentation (if necessary)
  • Tests (integration test/unit test)
  • Integration Tests Passed
  • Code Review

@Huy-DNA Huy-DNA added PR: Breaking Change 💥 A type of pull request used for changelog categories PR: Bug Fix 🐛 A type of pull request used for changelog categories labels Feb 19, 2024
@Huy-DNA Huy-DNA merged commit f2105e5 into master Feb 19, 2024
3 checks passed
@Huy-DNA Huy-DNA deleted the remove-ref-in-table-syntax branch February 19, 2024 09:30
@coderabbitai coderabbitai bot mentioned this pull request Apr 25, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Breaking Change 💥 A type of pull request used for changelog categories PR: Bug Fix 🐛 A type of pull request used for changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants