SOURCES: sqlite3-sign-function.patch - updated to 3.6.2

adamg adamg at pld-linux.org
Thu Sep 4 07:57:11 CEST 2008


Author: adamg                        Date: Thu Sep  4 05:57:11 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 3.6.2

---- Files affected:
SOURCES:
   sqlite3-sign-function.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/sqlite3-sign-function.patch
diff -u SOURCES/sqlite3-sign-function.patch:1.2 SOURCES/sqlite3-sign-function.patch:1.3
--- SOURCES/sqlite3-sign-function.patch:1.2	Mon Jul 23 17:32:41 2007
+++ SOURCES/sqlite3-sign-function.patch	Thu Sep  4 07:57:05 2008
@@ -34,10 +34,10 @@
  **
  ** substr(x,p1,p2)  returns p2 characters of x[] beginning with p1.
 @@ -1315,6 +1340,7 @@
-     { "length",             1, 0, SQLITE_UTF8,    0, lengthFunc },
-     { "substr",             3, 0, SQLITE_UTF8,    0, substrFunc },
-     { "abs",                1, 0, SQLITE_UTF8,    0, absFunc    },
-+    { "sign",               1, 0, SQLITE_UTF8,    0, signFunc   },
-     { "round",              1, 0, SQLITE_UTF8,    0, roundFunc  },
-     { "round",              2, 0, SQLITE_UTF8,    0, roundFunc  },
-     { "upper",              1, 0, SQLITE_UTF8,    0, upperFunc  },
+   FUNCTION(substr,             2, 0, 0, substrFunc       ),
+   FUNCTION(substr,             3, 0, 0, substrFunc       ),
+   FUNCTION(abs,                1, 0, 0, absFunc          ),
++  FUNCTION(sign,               1, 0, 0, signFunc         ),
+   FUNCTION(round,              1, 0, 0, roundFunc        ),
+   FUNCTION(round,              2, 0, 0, roundFunc        ),
+   FUNCTION(upper,              1, 0, 0, upperFunc        ),
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/sqlite3-sign-function.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list