Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.0.3, 6.5.0
-
Untriaged
-
Unknown
-
CX Sprint 167, CX Sprint 168, CX Sprint 169
Description
Build : 6.0.3-2872
Steps:
1. Create a bucket and load 1 doc like the following :
{
|
"test": "abc ()/\\[]{}.,<>~!@#$%&*-_+=|;:'\"?"
|
}
|
2. Run query :
select * from test where test like "%\\%"; -> should return 1 doc
|
select * from test where test="\\" -> this should return 0 docs
|
Both these query hang
Attachments
Issue Links
- links to