Skip to content

Commit

Permalink
fix!: empty parent paths should only error if we want them to error (#…
Browse files Browse the repository at this point in the history
…291)

* fix: query with empty parent path should return no error

* add in option to not error if intermediate paths dont exist

* more verbose error

* more verbose error

* fix for terminal keys

* fmt

* fix

* fix
  • Loading branch information
QuantumExplorer authored Apr 26, 2024
1 parent 941dd86 commit d9292aa
Show file tree
Hide file tree
Showing 9 changed files with 382 additions and 169 deletions.
2 changes: 2 additions & 0 deletions grovedb/src/element/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ mod insert;
#[cfg(any(feature = "full", feature = "verify"))]
mod query;
#[cfg(any(feature = "full", feature = "verify"))]
pub use query::QueryOptions;
#[cfg(any(feature = "full", feature = "verify"))]
mod serialize;
#[cfg(feature = "full")]
use core::fmt;
Expand Down
Loading

0 comments on commit d9292aa

Please sign in to comment.