Author: ehu
Date: Mon Sep  6 11:12:01 2010
New Revision: 992997

URL: http://svn.apache.org/viewvc?rev=992997&view=rev
Log:
Add comment as suggested by rhuijben.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql?rev=992997&r1=992996&r2=992997&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Mon Sep  6 11:12:01 
2010
@@ -800,7 +800,8 @@ CREATE TABLE NODES (
 
   /* parent's local_relpath for aggregating children of a given parent.
      this will be "" if the parent is the wcroot.  Since a wcroot will
-     never have a WORKING node the parent_relpath will never be null. */
+     never have a WORKING node the parent_relpath will never be null,
+     except when op_depth == 0 and the node is a wcroot. */
   /* ### would be nice to make this column NOT NULL.  */
   parent_relpath  TEXT,
 


Reply via email to