Fix parsing of escaped quotes.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 28 Jan 2015 12:15:32 +0000 (14:15 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 28 Jan 2015 12:15:32 +0000 (14:15 +0200)
commit8708bb7f9d17512f0638511a4bc73753a94e8fef
tree90ecaa235cb2e68654aae1fb41ef0aae93bbad07
parentb039035a32454d489986e19835356148b5ebf899
Fix parsing of escaped quotes.

The driver-side SQL parsing code didn't recognize quotes and double-quotes
escaped by doubling them correctly. Also add a test case that fails without
this fix.
Makefile.am
parse.c
test/expected/parse.out [new file with mode: 0644]
test/src/parse-test.c [new file with mode: 0644]
test/tests