19 Jun
2002
19 Jun
'02
9:16 a.m.
On Tuesday 18 Jun 2002 5:19 pm, Jeremy Hylton wrote:
We recently discovered that there's a bad interaction between ZODB and Python without large file support running on a platform that supports large files. In this specific configuration, os.path.exists() returns false for files >2 GB and ZODB creates a new Data.fs.
I have run into similar problems before - where the file did not exist, and a hard error would have been nicer than creating a new database. This has bugged me enough that I decided to do it differently in DirectoryStorage; there is a seperate mkds script.