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

Could insert-multi! accept sequential instead of vector? #43

Closed
seancorfield opened this issue Jul 10, 2019 · 0 comments
Closed

Could insert-multi! accept sequential instead of vector? #43

seancorfield opened this issue Jul 10, 2019 · 0 comments
Milestone

Comments

@seancorfield
Copy link
Owner

Is your feature request related to a problem? Please describe.
Because insert-multi! is spec'd to require vectors (of vectors), you can't use for/map/etc to produce the rows or row values, unless you pour them into vectors.

Describe the solution you'd like
Relax the specs to allow sequential? values instead of vector?.

Additional context
Can other functions accept sequential? instead of vector? -- the ::sql-params spec, for example.

@seancorfield seancorfield added this to the 1.0.2 milestone Jul 10, 2019
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

No branches or pull requests

1 participant