Re: [sqlite] fail building snapshot 201805081303

2018-05-14 Thread Michele Dionisio
ct/5f6cf281ae675685?ln=121 -- Powersoft logo <http://www.powersoft.it> *Michele Dionisio |*Senior Embedded System Manager *skype:*  m.dionisio *| email:* michele.dioni...@powersoft.com <mailto:michele.dioni...@powersoft.com> *HQ Italy:* Via E. Conti, 5 *|* 50018 Scandicci (FI) It

[sqlite] fail building snapshot 201805081303

2018-05-11 Thread Michele Dionisio
: *** [bin/pseudolog] Error 1 -- Powersoft logo <http://www.powersoft.it> *Michele Dionisio |*Senior Embedded System Manager *skype:*  m.dionisio *| email:* michele.dioni...@powersoft.com <mailto:michele.dioni...@powersoft.com> *HQ Italy:* Via E. Conti, 5 *|* 50018 Scandicci (FI) It

[sqlite] not build with SQLITE_OMIT_VIRTUALTABLE

2018-05-03 Thread Michele Dionisio
] Error 1 -- Powersoft logo <http://www.powersoft.it> *Michele Dionisio |*Senior Embedded System Manager *skype:*  m.dionisio *| email:* michele.dioni...@powersoft.com <mailto:michele.dioni...@powersoft.com> *HQ Italy:* Via E. Conti, 5 *|* 50018 Scandicci (FI) Italy *direct phone:*

[sqlite] sqlite3 3220000 does not build with -DSQLITE_OMIT_AUTHORIZATION

2018-01-29 Thread Michele Dionisio
(sqlite3 *db, char **pzErrmsg){    /* Register the auth callback with dbv */    if( rc==SQLITE_OK ){ +#ifndef SQLITE_OMIT_AUTHORIZATION sqlite3_set_authorizer(pNew->dbv, idxAuthCallback, (void*)pNew); +#endif    } -- Powersoft logo <http://www.powersoft.it> *Michele Dionisio

[sqlite] sqlite 3.16.3 crash on insert

2017-05-24 Thread Michele Dionisio
from the fact that there is no pSeqTab in by database but a crash is NOT so nice and it is better to recreate pSeqTab. regards -- Powersoft logo <http://www.powersoft.it> *Michele Dionisio |*Embedded System Manager *skype:* m.dionisio *| email:* michele.dioni...@powersoft.it <

[sqlite] sqlite3 3.11 and 3.11.1 fail to build with ...

2016-03-08 Thread Michele Dionisio
xt+0x31821): undefined reference to `sqlite3OpcodeName' sqlite3-sqlite3.o: In function `codeAllEqualityTerms': sqlite3.c:(.text+0x83370): undefined reference to `explainIndexColumnName' everything works without -DSQLITE_OMIT_EXPLAIN regards Michele Dionisio

[sqlite] [BUG on version 3110000] link error: undefined reference to 'explainIndexColumnName'

2016-02-19 Thread Michele Dionisio
-shell.o sqlite3-sqlite3.o -ldl -lpthread I have the following problem: function sqlite3WhereCodeOneLoopStart: error: undefined reference to 'explainIndexColumnName' Regards. -- Powersoft logo <http://www.powersoft.it> *Michele Dionisio |*Embedded System Manager *skype:* m.dionisio *|

[sqlite] wrong convertion to absolute path

2016-01-25 Thread Michele Dionisio
from the position of symlink. I'm testing the following patch that seams to fix the issue. Regards Michele Dionisio diff --git a/src/os_unix.c b/src/os_unix.c index ee9b556..cfd904e 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -5927,6 +5927,28 @@ static int unixAccess( return SQLITE_OK