[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 \
$(TOP)/ext/fts5/fts5_vocab.c  \

-fts5parse.c:   $(TOP)/ext/fts5/fts5parse.y lemon
+fts5parse.c:   $(TOP)/ext/fts5/fts5parse.y lemon$(BEXE)
cp $(TOP)/ext/fts5/fts5parse.y .
rm -f fts5parse.h
./lemon$(BEXE) $(OPTS) -S fts5parse.y

___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[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
downloaded from information providers.

I would be happy to suggest tiny patches for this if the sqlite devels
wanted me to do so and advised me on how to submit patches, a pull request
or alike.

Many thanks,
J.


___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users