Re: [sqlite] Build error in SQLite 3.18 if SQLITE_UNTESTABLE is defined

2018-04-10 Thread Priebe, Sebastian
esellschaft: 86167 Augsburg Registergericht: Amtsgericht Augsburg HRB 31802-Ursprüngliche Nachricht- Von: drhsql...@gmail.com Im Auftrag von Richard Hipp Gesendet: Dienstag, 10. April 2018 12:29 An: SQLite mailing list Cc: Priebe, Sebastian Betreff: Re: [sqlite] Build error in SQL

Re: [sqlite] Build error in SQLite 3.18 if SQLITE_UNTESTABLE is defined

2018-04-10 Thread Richard Hipp
On 4/10/18, Priebe, Sebastian wrote: > Imho all available build configurations should build. Sorry to disappoint. There are lots of legacy compile-time options in SQLite that we do not verify. We have a small subset of compile-time options that we support. I have checked in a change so that th

Re: [sqlite] Build error in SQLite 3.18 if SQLITE_UNTESTABLE is defined

2018-04-10 Thread Richard Hipp
On 4/10/18, Priebe, Sebastian wrote: > this error still exists. > Please fix it. You still have not answered my question: Why do you want to make SQLite untestable? -- D. Richard Hipp d...@sqlite.org ___ sqlite-users mailing list sqlite-users@mailing

Re: [sqlite] Build error in SQLite 3.18 if SQLITE_UNTESTABLE is defined

2018-04-10 Thread Priebe, Sebastian
Hello, this error still exists. Please fix it. Greetings Sebastian SII Technologies GmbH Geschäftsführer: Robert Bauer Sitz der Gesellschaft: 86167 Augsburg Registergericht: Amtsgericht Augsburg HRB 31802-Ursprüngliche Nachricht- Von: Priebe, Sebastian Gesendet: Montag, 24. April 2017

Re: [sqlite] Build error in SQLite 3.18 if SQLITE_UNTESTABLE is defined

2017-04-25 Thread Richard Hipp
I'm curious: Why do you want to make SQLite untestable? On 4/24/17, Priebe, Sebastian wrote: > Hello, > > shell.c fails to build with: > shell.c: In function 'do_meta_command': > shell.c:6442:50: error: 'sql_trace_callback' undeclared (first use in this > function) >sqlite3_trace_v2(p->d

[sqlite] Build error in SQLite 3.18 if SQLITE_UNTESTABLE is defined

2017-04-25 Thread Priebe, Sebastian
Hello, shell.c fails to build with: shell.c: In function 'do_meta_command': shell.c:6442:50: error: 'sql_trace_callback' undeclared (first use in this function) sqlite3_trace_v2(p->db, SQLITE_TRACE_STMT, sql_trace_callback,p->traceOut); ^