]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the CSV extension to the test fixture. Fix a memory leak in the CSV
authordrh <drh@noemail.net>
Thu, 2 Jun 2016 23:13:21 +0000 (23:13 +0000)
committerdrh <drh@noemail.net>
Thu, 2 Jun 2016 23:13:21 +0000 (23:13 +0000)
commit35db31b24b3ec27f741da5c8916c5e9dadee4727
treef1e8184cdf30a6397a9303df5d2d97c4d27fccb7
parentadcba64df4f5475e62146f483d53b6d687ef7103
Add the CSV extension to the test fixture.  Fix a memory leak in the CSV
extension.  Add test cases for the CSV extension, including one that uses
a WITHOUT ROWID virtual table participating in the OR optimization.

FossilOrigin-Name: 95f483e86e30ae68108904400e18ed41d389446b
Makefile.in
Makefile.msc
ext/misc/csv.c
main.mk
manifest
manifest.uuid
src/expr.c
src/test1.c
test/csv01.test [new file with mode: 0644]