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's sqlite3BtreeOpen()
> things _seem_ to work correctly. Of course this is not in any way how it
> should be done, but I didn'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 & BTREE_PRIVATE)==0 //FIXME-XXX originally this is
> “&& isMemdb==0” && isMemdb==1
> && (db->flags & SQLITE_Vtab)==0
> && zFilename && zFilename[0] ) // FIXME-XXX
> originally this is strcmp(zFulPathname, …) if(
> 0==strcmp("", sqlite3PagerFilename(pBt->pPager))
> && sqlite3PagerVfs(pBt->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 & BTREE_PRIVATE)==0 //FIXME-XXX originally this is
> “&& isMemdb==0” && isMemdb==1
> && (db->flags & SQLITE_Vtab)==0
> && zFilename && zFilename[0] )
> // FIXME-XXX originally this is strcmp(zFulPathname, …) if(
> 0==strcmp("", sqlite3PagerFilename(pBt->pPager))
> && sqlite3PagerVfs(pBt->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
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users