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

allow for non-ASCII names when creating an AbstractSublevel #70

Open
dcrousso opened this issue Mar 17, 2023 · 0 comments · May be fixed by #112
Open

allow for non-ASCII names when creating an AbstractSublevel #70

dcrousso opened this issue Mar 17, 2023 · 0 comments · May be fixed by #112

Comments

@dcrousso
Copy link

would it be possible to add an option when creating an AbstractSublevel (or just remove the requirement altogether) to allow for names with non-ASCII characters?

it seems a bit odd that i could manually create keys for put/get/del/etc. that contain non-ASCII characters, but i cant use sublevel (which is a far nicer experience due to the behavior of keys/iterator/etc.)

for example,

level.get("!foo!bar")

vs

let sublevel = level.sublevel("foo")
sublevel.get("bar")
vweevers added a commit that referenced this issue Jan 5, 2025
@vweevers vweevers linked a pull request Jan 5, 2025 that will close this issue
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 a pull request may close this issue.

1 participant