-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problems with true/false objects #55
Comments
The issue is on the utilities/genKey function, where each value is checked That is the most used function in LevelGraph, and it has been heavily Eventually, this will be released as 0.8.0, as current master has some new |
Can you please verify if this is causing any other problems apart from key discrepancies? |
This should be fixed in the latest master. Can you please give it a spin and in case reopen? |
do i git clone from master or can i use npm? also do i have to build (i'm only using levelgraph with indexedDB right now). |
Clone, npm install and then run ./browserify.sh and grab the latest build. Let me know if you have problems, I can upload one for you. |
seems to be working. thanks a lot. |
actually, i spoke too soon. it seems that with the current build the object part still doesn't get indexed correctly (left blank for false values). so, this is still an open issue. however my program is now working properly (it isn't relying on the index for the object). |
Have you verified with a clean database? It does not fix previous values, |
Released as v0.8.0. |
here is some output from my chrome dev tools resources indexedDB menu
there is a quirk near the top where the value of
false
is not being represented in the index key of"spo::6654115829151124::connected::"
The text was updated successfully, but these errors were encountered: