Open mehdirande opened 9 years ago
I think you are doing right.
I never use autoSchema
in my app, so do not test extensively. Auto schema, which is possible and easier to use, but require disconnect and reconnect the database connection. I can imagine some callback are lost during the process.
When I have time, I will create a unit test and fix it.
Thanks a lot, first time i'm using this option too.
@yathit are you still around? I'm curious if anyone's made progress on this?
I have a very strange behaviour with autoSchema. I might have miss something in the documentation or with this option usage but whenever I implicitly create a store (after the first one) by putting a value inside, the deferred request never end :
If I take a look at my indexed db, secondStore is created but empty. Even strager, if I add
or
The put in 'secondStore' is triggered and 'Will not be displayed' is printed.
Could you help me to find what i'm doing wrong ?