Commit 56b5cc1
committed
Support strings surrounded by double quotes
JMS:
> A string literal is enclosed in single quotes, with an included single quote represented
> by doubled single quote; for example, 'literal' and 'literal''s'.
AMQP SQL
https://docs.oasis-open.org/amqp/filtex/v1.0/csd01/filtex-v1.0-csd01.html#_Toc67929302
> A string constant is a string of arbitrary text consisting of any valid printable Unicode
> characters surrounded by single or double quotation marks. A quotation mark inside the
> string is represented by two consecutive quotation marks.
> string_constant ::= { ‘ | “ } <any> [<any>] { ‘ | “ }1 parent 3b0be66 commit 56b5cc1
File tree
3 files changed
+748
-642
lines changed- deps/rabbit
- src
- test
3 files changed
+748
-642
lines changed
0 commit comments