siddhi-io / siddhi

Stream Processing and Complex Event Processing Engine
http://siddhi.io
Apache License 2.0
1.52k stars 527 forks source link

Siddhi grammar need introduce escape charater for string literal #1816

Open Allan-QLB opened 1 year ago

Allan-QLB commented 1 year ago

Description:

Siddhi grammar need introduce escape charater for string literal, for example

from a select """a'bc"""" as b insert into c

causes a compile error Affected Siddhi Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues: