Skip to content

issues Search Results · repo:skade/leveldb language:Rust

Filter by

28 results
 (61 ms)

28 results

inskade/leveldb (press backspace or delete to remove)

Hey! I m trying to open a leveldb database of a browser but i m getting a error saying thread main panicked at assertion failed: key.len() == 4 , C:\Users\radon\.cargo\registry\src\github.com-1ecc6299db9ec823\db-key-0.0.5\src\lib.rs:12:5 ...
  • RadonCoding
  • Opened 
    on Jun 26, 2022
  • #57

You can reproduce this with RUSTFLAGS=-Zsanitizer=address cargo +nightly test -Zbuild-std --target=x86_64-unknown-linux-gnu And you should see an error that looks like this: ==155398==ERROR: AddressSanitizer: ...
  • saethlin
  • Opened 
    on Jun 24, 2022
  • #56

failed to run custom build command for leveldb-sys v2.0.9 when build on windows 10.
  • Yuwenqing
  • 4
  • Opened 
    on Jun 13, 2022
  • #54

How do I use this database in tests? Do I have to create a file on disk, or is there an in-memory mock object I can use instead?
  • Sword-Smith
  • Opened 
    on Oct 6, 2021
  • #51

  • shangsony
  • 5
  • Opened 
    on Jul 5, 2021
  • #49

Since when I m using your library, I don t want to re-use the C++ library to dump SST files. I wonder if the leveldb project has leveldb::DumpFile support? If there is not, maybe I can add it.
  • mapleFU
  • 1
  • Opened 
    on May 6, 2021
  • #48

I need the u64 as key, but this lib does not support, has the milestone ? let k = 123u64; let bytes: [u8; 8] = unsafe { std::mem::transmute(i) }; database.put(write_opts, i, bytes);
  • xiuno
  • 2
  • Opened 
    on Dec 24, 2020
  • #46

Hi, I think this library is missing the method to estimate the on-disk size of a certain key range, that s in the leveldb library. If I make a PR to implement that is there a chance to get it upstreamed? ...
  • palkeo
  • 1
  • Opened 
    on Dec 22, 2020
  • #45

If I instantiate a reverse iterator like so: leveldb .iter(ReadOptions::new()) .reverse() .from(start_key) .to(stop_key) The ...
bug
needs-test
  • palkeo
  • 2
  • Opened 
    on Dec 22, 2020
  • #44

If I instantiate a leveldb iterator like so: leveldb .iter(ReadOptions::new()) .from(start_key) .to(stop_key) I would expect the iteration ...
bug
needs-test
  • palkeo
  • 3
  • Opened 
    on Dec 22, 2020
  • #43
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub