Leonardo Nascimento
Leonardo Nascimento
@LightSeekerSC LiteDB is an embedded database. You should select the datafile you want to open. If you don't have one and want to create it, just enter a file name...
@LightSeekerSC What do you mean by "litedb file structure"? LiteDB creates only a single file, which is your datafile.
@philipphagen87 Could you provide the datafile you're using?
@RichardClaxton Your file seemed to open correctly here (there are no collections other than the system collections). What version of LiteDB Studio did you use?
@Delog-ru Something like `SELECT $ FROM Protocols Where created > DATETIME('2020-04-01T00:00:00.00Z')` should work
@jokker23 Could you provide a sample code that we may use to replicate the issue?
@jokker23 Could you test with the current master? The transaction model was entirely rewritten.
@alonstar What version are you running?
@nightroman Yes, I was able to reproduce the problem.
@jokker23 @alonstar @mwlpeeters @nightroman @Sn3b @temnava What happens is the following: `Mutex` keeps track of which thread holds the lock and only allows that specific thread to release the lock....