Skip to content

Support collection subclasses as inputs to convert - #453

Merged
jcrist merged 1 commit into
mainfrom
collection-subclasses-convert
Jun 24, 2023
Merged

Support collection subclasses as inputs to convert#453
jcrist merged 1 commit into
mainfrom
collection-subclasses-convert

Conversation

@jcrist

@jcrist jcrist commented Jun 24, 2023

Copy link
Copy Markdown
Member

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