Farooq Khan
Farooq Khan
I created the following Unittest copying your code with minor modifications, seems to work fine, maybe something to do with Windows ```java package io.jsondb.tests; import static org.junit.Assert.assertEquals; import java.io.File; import...
I think this might be a windows quirk. I see a few people facing similar problems on windows. See: [Stackoverflow Link](https://stackoverflow.com/questions/22988210/java-nio-file-accessdeniedexception-while-using-files-move ) I dont have windows system to test this...
You mentioned it gives this error after running a few times. For every update operation i first create a temporary file and then replace the existing file with the temporary...
If that was a problem it would have failed each time.
I am going to try and get a Windows machine but that is going to take a week or two.
Could you list here the Window OS your are using?
Hi Joel, 1. Deep copying was done so that the objects in memory would be disconnected from the objects returned by the various query method. 2. Not doing deep copy...
I do not plan to change this behaviour at the moment. In future if time permits i can try and make it configurable, until then i am going to mark...
This should be doable I think. I can try doing this in any spare time i get in the next few months, although i am not sure when. @mfreeman-xtivia if...
Make sense, I will try to fix this soon