• Shane Hathaway's avatar
    Fixed a couple of blob storage issues: · c0e76eed
    Shane Hathaway authored
    - The "lawn" layout was being selected by default if the root of
      the blob directory happened to contain a hidden file or directory
      such as ".svn".  Now hidden files and directories are ignored
      when choosing the default layout.
    
    - BlobStorage was not compatible with MVCC storages because the
      wrappers were being removed by each database connection.  There
      was also a problem with subtransactions.  Fixed.
    c0e76eed
testMVCCMappingStorage.py 6.25 KB