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

fix: Allow querying of 9th, 19th, 29th, etc collections #2819

Merged
3 changes: 3 additions & 0 deletions docs/data_format_changes/i2810-allow-query-of-nth-cols.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Allow querying of 9th, 19th, 29th, etc collections

The way collection root id was encoded in the datastore has changed from a human friendly string representation to a variable-size, big endian, machine-friendly representation.
Loading