[Checkins] SVN: relstorage/trunk/ fixed inaccurate description of read-only option

Shane Hathaway shane at hathawaymix.org
Mon Oct 5 18:25:21 EDT 2009


Log message for revision 104812:
  fixed inaccurate description of read-only option

Changed:
  U   relstorage/trunk/README.txt
  U   relstorage/trunk/relstorage/component.xml

-=-
Modified: relstorage/trunk/README.txt
===================================================================
--- relstorage/trunk/README.txt	2009-10-05 21:07:56 UTC (rev 104811)
+++ relstorage/trunk/README.txt	2009-10-05 22:25:20 UTC (rev 104812)
@@ -248,9 +248,7 @@
         password.
 
 ``read-only``
-        If true, only reads may be executed against the storage.  Note
-        that the "pack" operation is not considered a write operation
-        and is still allowed on a read-only storage.
+        If true, only reads may be executed against the storage.
 
 ``blob-dir``
         If supplied, the storage will provide blob support; this

Modified: relstorage/trunk/relstorage/component.xml
===================================================================
--- relstorage/trunk/relstorage/component.xml	2009-10-05 21:07:56 UTC (rev 104811)
+++ relstorage/trunk/relstorage/component.xml	2009-10-05 22:25:20 UTC (rev 104812)
@@ -13,9 +13,7 @@
     <key name="name" datatype="string" required="no"/>
     <key name="read-only" datatype="boolean" default="false">
       <description>
-        If true, only reads may be executed against the storage.  Note
-        that the "pack" operation is not considered a write operation
-        and is still allowed on a read-only storage.
+        If true, only reads may be executed against the storage.
       </description>
     </key>
     <key name="blob-dir" required="no">



More information about the checkins mailing list