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

API(fields): simplify column definition for fields #94

Merged
merged 2 commits into from
Jan 2, 2024
Merged

API(fields): simplify column definition for fields #94

merged 2 commits into from
Jan 2, 2024

Conversation

ntessore
Copy link
Contributor

@ntessore ntessore commented Jan 2, 2024

This simplifies the column definition in Field subclasses so that they only need to provide a list of required and optional column names. All checking is done in the base class.

Closes: #91

@ntessore ntessore merged commit a1f3eba into main Jan 2, 2024
6 checks passed
@ntessore ntessore deleted the pr-91 branch January 2, 2024 10:55
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.

Make fields' column definition pass type check
1 participant