On Wed, 16 Feb 2005 19:55:23 -0000, Nuno Lopes <[EMAIL PROTECTED]> wrote: > >I don't think this was meant, so I'll just point out the obvious (and > > leave it there, because I can't access CVS from here): > > > > > + On Windows operating systems, unprivilged accounts doesn't > > have the > > > + <varname>TMP</varname> environment variable set by default. > > This will > > > + make sqlite create temporary files in the windows directory, > > which isn't > > > + good. So, you should set the <varname>TMP</varname> > > environment variable > > > + for the web server or the user account the web server is > > running under. > > > > 3 things about that, first of all "unprivilged accounts" has a typo ;) > > secondly, that sentence isn't correct, I'd change "doesn't" to "don't" > > > > Then there's also the third and final comment on this from me; I think > > the wording of that piece of info sounds... well... wrong... it's mainly > > the "which isn't good" part that ticks me off... > > > > hope others agree, > > - tul > > Thanks for your review! > > So, how would you reword the third point? It seems fine to me...
For a more formal version, how about "which is not desirable." ? Or "which is not desirable from a perspective that values an aesthetic separation of operating system libraries and application data." if you really want to explain _why_ it's not good to those who don't get it. Although I bet there are shorter versions than mine :) Dan
