]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
scripts/backupdb.py: more accurate comment about path field.
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 12 Dec 2010 17:03:20 +0000 (09:03 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 12 Dec 2010 17:03:20 +0000 (09:03 -0800)
src/allmydata/scripts/backupdb.py

index f664ec1220384ecf1f034d641760e2490fdf5211..817bd0be68433559286115212a8daaa202a9d3e9 100644 (file)
@@ -23,7 +23,7 @@ CREATE TABLE version -- added in v1
 
 CREATE TABLE local_files -- added in v1
 (
- path  VARCHAR(1024) PRIMARY KEY, -- index, this is os.path.abspath(fn)
+ path  VARCHAR(1024) PRIMARY KEY, -- index, this is an absolute UTF-8-encoded local filename
  size  INTEGER,       -- os.stat(fn)[stat.ST_SIZE]
  mtime NUMBER,        -- os.stat(fn)[stat.ST_MTIME]
  ctime NUMBER,        -- os.stat(fn)[stat.ST_CTIME]