author | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Aug 2014 04:39:22 +0000 (21:39 -0700) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Aug 2014 04:39:22 +0000 (21:39 -0700) | ||
commit | 6396bc5da9d7d3d7dd3bff8b315bbe8db7987ef8 | |
tree | 30a6c885b7b5b0289bbe883028345ea30841ee9e | tree | snapshot |
parent | f78d30d42f9fe3b58f1c2132cafe4c8687b8bd46 | commit | diff |
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.
Just like in SQL, single quotes may be included in a string by specifying two
adjacent single quotes.
src/frontend/scanner.l | diff | blob | history | |
t/unit/frontend/parser_test.c | diff | blob | history |