• H
    3 product changes and 1 test change · c2cde38d
    Heejae Chang 提交于
    #1. made persisted storage exclusive to 1 process. like before, second VS with same solution will not use persisted storage.
    #2, tweaked sqlite to share cache between connections like esent.
    #3, made VS and OOP to use different db files (we can make them to share if we want to, but for now, nobody requires it so we create 2 different db)
    
    ..
    
    made OOP mock to enable persisted service.
    c2cde38d
RemotePersistentStorageLocationService.cs 2.1 KB