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

Support unqualified references #64

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kevlarr
Copy link
Collaborator

@kevlarr kevlarr commented May 18, 2024

This PR introduces the ability to reference records from other tables and schemas without qualification, provided that there is no ambiguity, either because...

  • ... there is, at the point a reference is used, only a single record with that given name has been observed across all previously-declared scopes, or...
  • ... there have been multiple records across difference scopes with the same name, but one exists in the current table scope and takes precedence over all others

TODO

  • Update analyzer
  • Update loader
  • Update README (specifically the record-qualified table row)

Resolves #33

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

Successfully merging this pull request may close these issues.

Support explicit unqualified reference values from other tables?
1 participant