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

Add byte array to Query #5

Closed
martinmolin opened this issue May 21, 2021 · 2 comments
Closed

Add byte array to Query #5

martinmolin opened this issue May 21, 2021 · 2 comments
Labels
blocked Blocking on some other issue documentation Improvements or additions to documentation enhancement New feature or request

Comments

@martinmolin
Copy link

Currently Query::arg exists in order to add a String to a Query, this works really well with something like serde_json. However, it would be really convenient to also be able to add a Vec<u8> or similar directly to a Query in order to store a binary blob using something like bincode to serialize the data.

@ohsayan ohsayan added documentation Improvements or additions to documentation enhancement New feature or request blocked Blocking on some other issue labels May 22, 2021
@ohsayan
Copy link
Member

ohsayan commented May 24, 2021

Blocking on skytable/skytable#157

@ohsayan
Copy link
Member

ohsayan commented Aug 1, 2021

Way to go, this has been implemented!

@ohsayan ohsayan closed this as completed Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocking on some other issue documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants