skytable / skytable

Skytable is a modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility. Skytable gives you spaces, models, data types, complex collections and more to build powerful experiences

Home Page:https://skytable.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: `lskeys` with `u64::MAX` crashes the server

emchristiansen opened this issue · comments

The code let x: Vec<String> = pool.get().await.unwrap().lskeys(u64::MAX).await?; crashed my skyd server:

Screenshot 2023-01-26 at 9 25 43 AM

commented

This has been fixed in the esm-0.7.7 branch. The ESM release will be rolled out soon.

commented

Thanks for reporting!

commented

ESM release expected around next week. Will let you know when it's out

commented

This has been fixed and release into 0.7.7 (ESM). I'm closing this; feel free to re-open if you have any other questions :)