Re: svn commit: r1865523 - /subversion/trunk/subversion/libsvn_subr/sqlite3wrapper.c

2019-08-21 Thread Evgeny Kotkov
Daniel Shahaf writes: > Quoting https://sqlite.org/compile.html#_options_to_omit_features: > > Important Note: The SQLITE_OMIT_* options may not work with > the amalgamation. SQLITE_OMIT_* compile-time options usually > work correctly only when SQLite is built from

Re: svn commit: r1865523 - /subversion/trunk/subversion/libsvn_subr/sqlite3wrapper.c

2019-08-20 Thread Daniel Shahaf
kot...@apache.org wrote on Tue, 20 Aug 2019 09:23 +00:00: > +++ subversion/trunk/subversion/libsvn_subr/sqlite3wrapper.c Tue Aug 20 > 09:23:55 2019 > @@ -26,6 +26,7 @@ > #ifdef SVN_SQLITE_INLINE > # define SQLITE_OMIT_DEPRECATED 1 > # define SQLITE_DEFAULT_MEMSTATUS 0 > +# define