SOURCES: sqlite3-sign-function.patch - updated to 3.6.11
adamg
adamg at pld-linux.org
Fri Feb 20 23:12:26 CET 2009
Author: adamg Date: Fri Feb 20 22:12:26 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to 3.6.11
---- Files affected:
SOURCES:
sqlite3-sign-function.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/sqlite3-sign-function.patch
diff -u SOURCES/sqlite3-sign-function.patch:1.4 SOURCES/sqlite3-sign-function.patch:1.5
--- SOURCES/sqlite3-sign-function.patch:1.4 Wed Oct 1 18:24:38 2008
+++ SOURCES/sqlite3-sign-function.patch Fri Feb 20 23:12:20 2009
@@ -38,6 +38,6 @@
FUNCTION(substr, 3, 0, 0, substrFunc ),
FUNCTION(abs, 1, 0, 0, absFunc ),
+ FUNCTION(sign, 1, 0, 0, signFunc ),
+ #ifndef SQLITE_OMIT_FLOATING_POINT
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.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list