diff options
author | Minje Ahn <minje.ahn@samsung.com> | 2018-03-05 14:09:24 +0900 |
---|---|---|
committer | Minje Ahn <minje.ahn@samsung.com> | 2018-03-05 14:09:24 +0900 |
commit | ee1db0037b7f26e7e464382f687c8df4030cea36 (patch) | |
tree | 60d5c79e28fc22403e084e53f0c3296863f7a133 /doc | |
parent | ad2ee97a6ab074f9fd0f213a7664769d2383817f (diff) | |
download | media-content-ee1db0037b7f26e7e464382f687c8df4030cea36.tar.gz media-content-ee1db0037b7f26e7e464382f687c8df4030cea36.tar.bz2 media-content-ee1db0037b7f26e7e464382f687c8df4030cea36.zip |
Change-Id: I5e82a7f272e34708a1b63dc9237a4de3ad1cfefc
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/media_content_doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/media_content_doc.h b/doc/media_content_doc.h index 3f650da..b55616c 100755 --- a/doc/media_content_doc.h +++ b/doc/media_content_doc.h @@ -223,7 +223,7 @@ * * Note that if you want to set qoutation(" ' " or " " ") as value of LIKE operator, you should use two times.(" '' " or " "" ") \n * And the optional ESCAPE clause is supported. Both percent symbol("%") and underscore symbol("_") are used in the LIKE pattern.\n - * If these characters are used as value of LIKE operation, then the expression following the ESCAPE caluse of sqlite will be ignored. \n + * If these characters are used as value of LIKE operation, then the expression following the ESCAPE clause of sqlite will be ignored. \n * * For example, * - column LIKE ('#%') ESCAPE('#') - "#" is escape character, it will be ignored. |