docs: add change log entry
This commit is contained in:
parent
5a6f96212d
commit
69ddd51af1
|
@ -0,0 +1 @@
|
||||||
|
An `unescape` function has been added to the rule engine SQL language to handle expansion of escape sequences in strings. This addition has been done because string literals in the SQL language don't support any escape codes (e.g., `\n` and `\t`). This enhancement allows for more flexible string manipulation within SQL expressions.
|
Loading…
Reference in New Issue