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 collection subclasses as inputs to convert #453

Merged
merged 1 commit into from
Jun 24, 2023

Conversation

jcrist
Copy link
Owner

@jcrist jcrist commented Jun 24, 2023

We now support passing subclasses of collection types (list, tuple, set, frozenset, dict) as inputs to convert. In particular, this makes passing SQLAlchemy output to convert easier to work with.

Fixes #451.

We now support passing subclasses of collection types (`list`, `tuple`,
`set`, `frozenset`, `dict`) as inputs to `convert`. In particular, this
makes passing SQLAlchemy output to `convert` easier to work with.
@jcrist jcrist merged commit 756b2c9 into main Jun 24, 2023
@jcrist jcrist deleted the collection-subclasses-convert branch June 24, 2023 04:47
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.

Method for converting non-list containers into arrays with convert
1 participant