SOURCES: sqlite3-sign-function.patch - updated to 3.6.3
adamg
adamg at pld-linux.org
Wed Oct 1 18:24:44 CEST 2008
Author: adamg Date: Wed Oct 1 16:24:44 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to 3.6.3
---- Files affected:
SOURCES:
sqlite3-sign-function.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/sqlite3-sign-function.patch
diff -u SOURCES/sqlite3-sign-function.patch:1.3 SOURCES/sqlite3-sign-function.patch:1.4
--- SOURCES/sqlite3-sign-function.patch:1.3 Thu Sep 4 07:57:05 2008
+++ SOURCES/sqlite3-sign-function.patch Wed Oct 1 18:24:38 2008
@@ -34,10 +34,10 @@
**
** substr(x,p1,p2) returns p2 characters of x[] beginning with p1.
@@ -1315,6 +1340,7 @@
- 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 ),
+ 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.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list