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

Ensure tables that contain nothing but ids can be modeled #302

Merged
merged 1 commit into from
Jan 25, 2021

Conversation

csala
Copy link
Contributor

@csala csala commented Jan 25, 2021

When a table contains no data columns (so all the columns have id type), the modeling crashes. This happens on both single-table and multi-table scenarios.

This PR fixes this situation by identifying it and then skipping the internal modeling.

@csala csala added the internal The issue doesn't change the API or functionality label Jan 25, 2021
@csala csala added this to the 0.6.2 milestone Jan 25, 2021
@csala csala self-assigned this Jan 25, 2021
@csala csala merged commit 4d08911 into master Jan 25, 2021
@csala csala deleted the ids-only-tables branch January 25, 2021 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal The issue doesn't change the API or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant