Hello !  

This is a real simple bug fix but it seems that no one is caring about it !!!


Cheers !  
>  Sat Sep 12 2015 8:52:04 pm CEST CEST from "chris0e3" <chris0e3 at gmail.com> 
>Subject: [sqlite] Bug in SQLite 3.8.11.1 source code
>
>  Hello,
> 
> I was just looking at updating to SQLite 3.8.11.1 when I spotted what
>appears to be an error.
> Here?s a patch to fix it:
> 
> --- sqlite-amalgamation-3081101/sqlite3.c 2015-07-30 03:06:58.000000000
>+0100
> +++ sqlite3.c 2015-09-12 19:03:55.000000000 +0100
> @@ -92265,7 +92265,7 @@
> }
> pParse->checkSchema = 1;
> }
> -#if SQLITE_USER_AUTHENICATION
> +#if SQLITE_USER_AUTHENTICATION
> else if( pParse->db->auth.authLevel<UAUTH_User ){
> sqlite3ErrorMsg(pParse, "user not authenticated");
> p = 0;
> 
> 
> I think it?s pretty self explanatory.
> 
> Regards,
> 
> CHRIS
> 
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
> 
>
>  



?

Reply via email to