Thanks for the tips!
Don't know about the segfault too but can ignore it for now — this same
file works well with the GUI app and with my Node.js program.
On Thu, Oct 19, 2017 at 6:38 PM Dan Kennedy wrote:
> On 10/19/2017 08:40 PM, Eugene Mirotin wrote:
> > Hm, I think that's because the extens
On 10/19/2017 08:40 PM, Eugene Mirotin wrote:
Hm, I think that's because the extension is already preloaded with my
version if sqlite. Which means I didn't even have to build it :)
But now is the question how would I reliably load / not load it in
production env if the target user may or may not
Hm, I think that's because the extension is already preloaded with my
version if sqlite. Which means I didn't even have to build it :)
But now is the question how would I reliably load / not load it in
production env if the target user may or may not have sqlite precompiled
with it?
On Thu, Oct 19
Well, now I have troubles loading this extension.
I've built another one before, fts5stemmer.
When using the CLI sqlite3 (version 3.20.1 from MacPorts):
❯ sqlite3
SQLite version 3.20.1 2017-08-24 16:21:36
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILE
Thanks a lot Dan, that worked!
I'm fine with the trunk version for now but hope to see this in stable
eventually as I'll have to later build this extension for various platforms
for the release of my app.
Thanks again for the quick fix
On Wed, Oct 18, 2017 at 6:06 PM Dan Kennedy wrote:
> On 10/1
On 10/18/2017 06:32 PM, Eugene Mirotin wrote:
In short the error I get is
fts5_storage.c:305:9: error: 'sqlite3_api_routines' has no member named
'__builtin___snprintf_chk'
More details in SO question here:
https://stackoverflow.com/questions/46793988/sqlite-trouble-building-fts5-loadable-extens
In short the error I get is
fts5_storage.c:305:9: error: 'sqlite3_api_routines' has no member named
'__builtin___snprintf_chk'
More details in SO question here:
https://stackoverflow.com/questions/46793988/sqlite-trouble-building-fts5-loadable-extension,
please let me know if I should paste everyt
7 matches
Mail list logo