-
Couldn't load subscription status.
- Fork 2
Implement collections #50
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is just much more practical than a single method to lookup a single collection by either the identifier or the name, then a `nil` check can be used to check for its presence.
Conflicts in things like the ID should be automatically ignored, other possible collisions like a collection's name is left to the dispatcher to figure out. For example, in the case of a duplicate collection (name), we can just add a number, but if the event specifies a specific ID that already exists, we don't care what the name is, we need to ignore it.
`WherePK` only works when you have set the ID on the target struct.
We already have it there anyway and it already does it by default.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
collections rename,items copy, anditems moveare not implemented yet, those will be in a future release.The following commands and subcommands have been implemented:
collections list: lists all collections in the current instancecollections create: creates a new collection with the given name (if the--forceflag is used, a suffix is appended)collections delete: deletes an existing collection and all its contentscollections default: show the current default collectioncollections default set: change the default collection to the requested IDcollections default unset: reset the default collection to""