Re: [sqlite] Link errors with SQLITE_OMIT_VIRTUALTABLE

2019-07-15 Thread Dan Kennedy
On 14/7/62 15:59, Orgad Shaneh wrote: Hi, In reply to https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg113512.html. Can you please accept this patch? The patch doesn't seem all that intrusive, but is there a reason you can't build from canonical sources instead of

Re: [sqlite] Link errors with SQLITE_OMIT_VIRTUALTABLE

2019-07-14 Thread Orgad Shaneh
Hi, In reply to https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg113512.html. Can you please accept this patch? Thanks, - Orgad This email and any files transmitted with it are confidential material. They are intended solely for the use of the designated individual or

Re: [sqlite] Link errors with SQLITE_OMIT_VIRTUALTABLE

2019-01-16 Thread Yehiel Zohar
It's important to mention Orgad Shaneh, a dear colleague who helped me get to this solution. Patch contents: From 4184b9fc3cbaeabe1892e5d68ddb886373c8ea00 Mon Sep 17 00:00:00 2001 From: Yehiel Zohar Date: Tue, 15 Jan 2019 09:29:46 +0200 Subject: [PATCH] Fix link errors with

Re: [sqlite] Link errors with SQLITE_OMIT_VIRTUALTABLE

2019-01-15 Thread Simon Slavin
On 15 Jan 2019, at 8:06am, Yehiel Zohar wrote: > A fix patch is attached to this mail. Sorry, but this mailing list automatically strips attachments. You can paste the contents of your patch file into a followup, or upload it to a server and post a link. Simon.

[sqlite] Link errors with SQLITE_OMIT_VIRTUALTABLE

2019-01-15 Thread Yehiel Zohar
Hi all, I have these link errors when compiling sqlite3 (amalgamation version 3.26.0) as part of my application: sqlite3.c:150722: undefined reference to `sqlite3VtabFinishParse' sqlite3.c:150725: undefined reference to `sqlite3VtabFinishParse' sqlite3.c:150729: undefined reference