I think it's a problem with [EMAIL PROTECTED]'s e-mail client.  All the
messages from him have this problem and it looks like only messages from him
have this problem.  I see other messages in the list with C code and no
escaping.

Looking at the raw message I received via the sqlite mailing list from him
the header says it's in plain text format but then it clearly has some HTML
coding in it.  Seems like a client problem to me.

Sam


-----------------------------------------------------------------
We're Hiring! Seeking passionate Flex, C#, or C++ (RTSP, H264) developer in
the Washington D.C. Contact [EMAIL PROTECTED]

On Thu, Jul 10, 2008 at 9:49 AM, Dennis Cote <[EMAIL PROTECTED]> wrote:

> [EMAIL PROTECTED] wrote:
> >
> > actually after a quick and dirty hack in btree.c&#39;s sqlite3BtreeOpen()
> things _seem_ to work correctly. Of course this is not in any way how it
> should be done, but I didn&#39;t see a quick way to give in-memory databases
> a name so that can be used in the search for existing in-memory databases.
> But it indicates that the btree can be shared also for in-memroy databases.
> >
> >     if( (flags &amp; BTREE_PRIVATE)==0   //FIXME-XXX originally this is
> &ldquo;&amp;&amp; isMemdb==0&rdquo;   &nbsp;&nbsp; &amp;&amp; isMemdb==1
>  &nbsp;&nbsp; &amp;&amp; (db-&gt;flags &amp; SQLITE_Vtab)==0   &nbsp;&nbsp;
> &amp;&amp; zFilename &amp;&amp; zFilename[0]   &nbsp; )      // FIXME-XXX
> originally this is strcmp(zFulPathname, &hellip;)    if(
> 0==strcmp(&quot;&quot;, sqlite3PagerFilename(pBt-&gt;pPager))
>  &nbsp;&nbsp; &amp;&amp; sqlite3PagerVfs(pBt-&gt;pPager)==pVfs ){
> >
>
> All,
>
> What is causing the goofy formatting of some of the code samples I am
> getting from the list over that little while?
>
> The above sample looks like this in my email client, Thunderbird.
>
>     if( (flags &amp; BTREE_PRIVATE)==0   //FIXME-XXX originally this is
> &ldquo;&amp;&amp; isMemdb==0&rdquo;   &nbsp;&nbsp; &amp;&amp; isMemdb==1
>    &nbsp;&nbsp; &amp;&amp; (db-&gt;flags &amp; SQLITE_Vtab)==0
> &nbsp;&nbsp; &amp;&amp; zFilename &amp;&amp; zFilename[0]   &nbsp; )
>   // FIXME-XXX originally this is strcmp(zFulPathname, &hellip;)    if(
> 0==strcmp(&quot;&quot;, sqlite3PagerFilename(pBt-&gt;pPager))
> &nbsp;&nbsp; &amp;&amp; sqlite3PagerVfs(pBt-&gt;pPager)==pVfs ){
>
> It is totally unreadable, at least I'm not going to take the time to try
> to figure out what it says.
>
> It looks like this is some sort of attempt to escape the text for HTML
> mail or something. Is that perhaps the case?
>
> Dennis Cote
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to