On Mon, Sep 1, 2014 at 7:04 AM, Andy Ling <andy.l...@quantel.com> wrote:

>
> This can be fixed by changing the patch to something like...
>
> #if OS_VXWORKS
>     }else if( errno==0x380003  || errno == 13){ /* ==
> S_dosFsLib_FILE_NOT_FOUND */
>       rc = SQLITE_IOERR_DELETE_NOENT;
> #endif
>
> Although this doesn't feel right having to keep extending the list of
> error codes that are checked.
> I'm not sure what else can be done though. Maybe some compile options that
> let you choose.
>

Please try the patch at
http://www.sqlite.org/src/info/b0f6b91f36b503d8ba8d5257bb194f8c1afb4833 and
see if that fixes the problem.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to