Skip to content

Commit

Permalink
CBQE-0: RQG:: Remove function INITCAP, not supported in MYSQL
Browse files Browse the repository at this point in the history
Change-Id: I47df8fe3adec3b82c09867b91f33fb1ba74e4563
Reviewed-on: http://review.couchbase.org/51434
Reviewed-by: Parag Agarwal <agarwal.parag@gmail.com>
Tested-by: Parag Agarwal <agarwal.parag@gmail.com>
  • Loading branch information
Parag Agarwal authored and knotking committed May 26, 2015
1 parent fe2ee91 commit 18dfd84
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
Expand Up @@ -217,7 +217,7 @@ string_values:
STRING_VALUES | string_function( STRING_VALUES ) | SUBSTR( STRING_VALUES, SUBSTR_INDEX ) | CONCAT( STRING_VALUES , characters ) | REPLACE( STRING_VALUES , characters , characters ) ;

string_function:
UPPER | LOWER | LTRIM | RTRIM | TRIM | TITLE | INITCAP ;
UPPER | LOWER | LTRIM | RTRIM | TRIM | TITLE ;

characters:
"a" | "b" | "c" | "c" | "d" | "";
Expand Down

0 comments on commit 18dfd84

Please sign in to comment.