mkrd / DictDataBase

A python NoSQL dictionary database, with concurrent access and ACID compliance
MIT License
234 stars 11 forks source link

Draft: Feat/glom like key searching #44

Open mkrd opened 1 year ago

mkrd commented 1 year ago

Things left to do:

mkrd commented 1 year ago

@UmbrellaMalware I did a quick rebase to incorporate die latest changes in main

UmbrellaMalware commented 1 year ago

@UmbrellaMalware I did a quick rebase to incorporate die latest changes in main

I need to test new functionality, I just found a bug in the search algorithm))

I'm also doing some documentation updates.

mkrd commented 1 year ago

@UmbrellaMalware I did a quick rebase to incorporate die latest changes in main

I need to test new functionality, I just found a bug in the search algorithm))

I'm also doing some documentation updates.

Do you mean the issue with reading a key value that is an integer or float?

UmbrellaMalware commented 1 year ago

@UmbrellaMalware I did a quick rebase to incorporate die latest changes in main

I need to test new functionality, I just found a bug in the search algorithm)) I'm also doing some documentation updates.

Do you mean the issue with reading a key value that is an integer or float?

No, if u try to read "Key.Subkey1.Subkey2" returns not found, but subkey2 exists