[sqlite] [PATCH] Bug fix - Makefile.in: add extension 'BEXE' to prerequisite 'lemon' (for platforms with non-void BEXE)

2019-12-25 Thread Jannick
I hope sending to this list an email with the patch in the email body is OK. Thanks, J. = diff --git a/Makefile.in b/Makefile.in index 015796b65..e4b824365 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1177,7 +1177,7 @@ FTS5_SRC = \ $(TOP)/ext/fts5/fts5_varint.c \

[sqlite] csv extension/feature requests: new options for field separator different from default ', ' and skip=N to skip first N lines

2019-12-04 Thread Jannick
Hi everyone, would it be possible to add to the csv extension the following parameter options (with syntax along the lines of): - sep=';': field separator character (different from default ',') - skip=N: skip the first N lines Both options would be very helpful for information of fixed format