1
0
Fork 0

added contains() function

This commit is contained in:
Jan Steemann 2012-05-31 13:11:37 +02:00
parent 7f4aea0734
commit 86874a8def
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ TRI_associative_pointer_t* TRI_InitialiseFunctionsAql (void) {
REGISTER_FUNCTION("LOWER", "STRING_LOWER", true, false, "s");
REGISTER_FUNCTION("UPPER", "STRING_UPPER", true, false, "s");
REGISTER_FUNCTION("SUBSTRING", "STRING_SUBSTRING", true, false, "s,n|n");
REGISTER_FUNCTION("CONTAINS", "STRING_CONTAINS", true, false, "s,s");
// numeric functions
REGISTER_FUNCTION("FLOOR", "NUMBER_FLOOR", true, false, "n");