You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xieqijun (Jira)" <ji...@apache.org> on 2021/09/18 13:46:00 UTC

[jira] [Commented] (IOTDB-1692) LIKE query:The matching string contains “\n”. No result can be found

    [ https://issues.apache.org/jira/browse/IOTDB-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417142#comment-17417142 ] 

xieqijun commented on IOTDB-1692:
---------------------------------

hi, I want to try to finish this task recently.



> LIKE query:The matching string contains “\n”. No result can be found
> --------------------------------------------------------------------
>
>                 Key: IOTDB-1692
>                 URL: https://issues.apache.org/jira/browse/IOTDB-1692
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Server
>    Affects Versions: 0.12.2
>            Reporter: 刘珍
>            Priority: Minor
>              Labels: easy-fix
>
> release 0.12.2 RC3
>  set storage group to root.liketest;
>  CREATE TIMESERIES root.liketest.dev1.s_1 WITH DATATYPE=TEXT, ENCODING=PLAIN;
>  insert into root.liketest.dev1(time,s_1) values(1,'fix\nxyz')
>  select * from root.liketest.dev1 where s_1 like 'fix\nxyz'
> {color:#DE350B}*Empty set.*{color}
>  select * from root.liketest.dev1 where s_1 = 'fix\nxyz'



--
This message was sent by Atlassian Jira
(v8.3.4#803005)