Code

frontend: Added support for single quotes in string constants.
authorSebastian Harl <sh@tokkee.org>
Sat, 23 Aug 2014 04:39:22 +0000 (21:39 -0700)
committerSebastian Harl <sh@tokkee.org>
Sat, 23 Aug 2014 04:39:22 +0000 (21:39 -0700)
commit6396bc5da9d7d3d7dd3bff8b315bbe8db7987ef8
tree30a6c885b7b5b0289bbe883028345ea30841ee9e
parentf78d30d42f9fe3b58f1c2132cafe4c8687b8bd46
frontend: Added support for single quotes in string constants.

Just like in SQL, single quotes may be included in a string by specifying two
adjacent single quotes.
src/frontend/scanner.l
t/unit/frontend/parser_test.c