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

Moar Query Fixes #6

Merged
merged 2 commits into from
Jun 28, 2019
Merged

Moar Query Fixes #6

merged 2 commits into from
Jun 28, 2019

Conversation

bonedaddy
Copy link
Collaborator

@bonedaddy bonedaddy commented Jun 28, 2019

  • Closes Doesn't Work With Namespaced Datastores #5 (this error was happening because when bbolt returns the keys it's returned as []byte. The issue with doing fmt.Sprintf("%v", key) is that it would just return string representations of the underlying bytes)
  • Enables "blank" query searches to iterate through the entire datastore

@bonedaddy bonedaddy merged commit 7270336 into master Jun 28, 2019
@bonedaddy bonedaddy deleted the query/no#prefix branch June 28, 2019 23:04
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.

Doesn't Work With Namespaced Datastores
2 participants