View | Details | Raw Unified | Return to bug 111139 | Differences between
and this patch

Collapse All | Expand All

(-)cvstrac20/files/patch-db.c (+11 lines)
Line 0 Link Here
1
--- db.c.org	Wed Dec 27 11:14:31 2006
2
+++ db.c	Wed Dec 27 11:15:09 2006
3
@@ -107,6 +107,8 @@
4
   extern int sqlite3StrICmp(const char*, const char*);
5
   if( type==SQLITE_SELECT ){
6
     return SQLITE_OK;
7
+  }else if( type==SQLITE_FUNCTION ){
8
+    return SQLITE_OK;
9
   }else if( type==SQLITE_READ ){
10
     if( sqlite3StrICmp(zArg1,"user")==0 ){
11
       if( sqlite3StrICmp(zArg2,"passwd")==0 || sqlite3StrICmp(zArg2,"email")==0 ){

Return to bug 111139