Add test case for CTE queries (WITH ...)
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 28 Feb 2014 08:47:41 +0000 (10:47 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 28 Feb 2014 08:51:32 +0000 (10:51 +0200)
commit7b01af6f0231d358f1680956bfbe744deacb9e1c
treedd5daf69f8ebacb9decb3885f0af1621be7a7811
parent732aaacdf286deb21614c6b1fd198cbf5eadb464
Add test case for CTE queries (WITH ...)

Tests for the bug fixed by commit b547553233b52fa5a84c24801c468530d8dd9a18.
None of the existing test cases covered that, so seems good to add one. This
test case gives a different error message than the original one, but it's
the same underlying issue.
Makefile.am
test/Makefile
test/expected/cte.out [new file with mode: 0644]
test/src/cte-test.c [new file with mode: 0644]