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


Reply via email to