1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext/kv
Heyang Zhou 533e33131f
fix(ext/kv): reverse mapping between AnyValue::Bool and KeyPart::Bool (#18365)
Previously the mapping between `AnyValue::Bool` and `KeyPart::Bool` was
inverted.

This patch also allows using the empty key `[]` as range start/end to
`snapshot_read`.
2023-03-22 21:53:16 +01:00
..
01_db.ts Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362) 2023-03-22 20:23:36 +01:00
Cargo.toml feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
codec.rs fix(ext/kv): reverse mapping between AnyValue::Bool and KeyPart::Bool (#18365) 2023-03-22 21:53:16 +01:00
interface.rs feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
lib.rs fix(ext/kv): reverse mapping between AnyValue::Bool and KeyPart::Bool (#18365) 2023-03-22 21:53:16 +01:00
sqlite.rs Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362) 2023-03-22 20:23:36 +01:00