Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Allow a variable number of args to Scan/Query.get() #19

Merged
merged 1 commit into from
May 3, 2012
Merged

Allow a variable number of args to Scan/Query.get() #19

merged 1 commit into from
May 3, 2012

Conversation

mhart
Copy link
Contributor

@mhart mhart commented May 2, 2012

This allows you to do table.scan().get('name').fetch(...), table.scan().get('id', 'name').fetch(...), etc

@mhart
Copy link
Contributor Author

mhart commented May 3, 2012

Squashed all commits, now using Array.prototype.concat.apply as suggested

jed added a commit that referenced this pull request May 3, 2012
Allow a variable number of args to Scan/Query.get()
@jed jed merged commit d4c458e into jed:master May 3, 2012
@jed
Copy link
Owner

jed commented May 3, 2012

thanks again, @mhart.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants