From: Dmitriy S. <sha...@gm...> - 2011-10-18 06:14:06
|
On Tue, Oct 18, 2011 at 10:44 AM, Chris Tomlinson < chr...@gm...> wrote: > Thanks. The per collection approach makes sense - does an explicit default > at /db/A apply to children with out defaults like /db/A/B and /db/A/C/D and > so on? > Yes, should be to closed parent collection with defined configuration. > > It still seems that "u" means updatable and "w" means deletable in the > code. Is this expected to remain true? Wolfgang's comment suggested > otherwise saying that the new meaning was to be "rwx" which I assume meant > that "w" would be deletable and updatable and "x" I guess would mean > executable if the file was an xq or xqm otherwise I'm not sure what it would > mean. > for xml resource it should be 'rwu', for binary & collections (or only xquery scripts, not clear for me) 'rwx' -- Dmitriy Shabanov |